* src/frontends/controllers/ControlMath.h: remove reference to

math panel dialog
	* lib/Makefile.am: do not install images/dialog-show_mathpanel.xpm
	* lib/bind/aqua.bind: remove math-panel binding
	* development/scons/scons_manifest.py: remove QMathDialog.C and
	dialog-show_mathpanel.xpm


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17889 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2007-04-21 13:30:27 +00:00
parent 44b504c45f
commit ec393ad65c
4 changed files with 0 additions and 6 deletions

View File

@ -707,7 +707,6 @@ src_frontends_qt4_moc_files = Split('''
QLMenubar.C QLMenubar.C
QLPopupMenu.C QLPopupMenu.C
QLPrintDialog.C QLPrintDialog.C
QMathDialog.C
QMathMatrixDialog.C QMathMatrixDialog.C
QNomencl.C QNomencl.C
QNomenclDialog.C QNomenclDialog.C
@ -1530,7 +1529,6 @@ lib_images_files = Split('''
dialog-show_findreplace.xpm dialog-show_findreplace.xpm
dialog-show_mathdelimiter.xpm dialog-show_mathdelimiter.xpm
dialog-show_mathmatrix.xpm dialog-show_mathmatrix.xpm
dialog-show_mathpanel.xpm
dialog-show_print.xpm dialog-show_print.xpm
dialog-show_spellchecker.xpm dialog-show_spellchecker.xpm
down.xpm down.xpm

View File

@ -268,7 +268,6 @@ dist_images_DATA = \
images/dialog-show_findreplace.xpm \ images/dialog-show_findreplace.xpm \
images/dialog-show_mathdelimiter.xpm \ images/dialog-show_mathdelimiter.xpm \
images/dialog-show_mathmatrix.xpm \ images/dialog-show_mathmatrix.xpm \
images/dialog-show_mathpanel.xpm \
images/dialog-show_print.xpm \ images/dialog-show_print.xpm \
images/dialog-show_spellchecker.xpm \ images/dialog-show_spellchecker.xpm \
images/down.xpm \ images/down.xpm \

View File

@ -42,7 +42,6 @@
\bind "M-~S-i h f" "command-sequence math-mode; math-mutate flalign;" \bind "M-~S-i h f" "command-sequence math-mode; math-mutate flalign;"
\bind "M-~S-i h y" "math-matrix 2 2" \bind "M-~S-i h y" "math-matrix 2 2"
\bind "M-~S-i h c" "math-insert \cases" \bind "M-~S-i h c" "math-insert \cases"
\bind "M-~S-i h l" "math-panel"
\bind "M-~S-i o c" "toc-insert" \bind "M-~S-i o c" "toc-insert"
\bind "M-~S-i o i" "index-print" \bind "M-~S-i o i" "index-print"

View File

@ -7,8 +7,6 @@
* \author Angus Leeming * \author Angus Leeming
* *
* Full author contact details are available in file CREDITS. * Full author contact details are available in file CREDITS.
*
* ControlMath2 is a controller class for the Math Panel dialog.
*/ */
#ifndef CONTROLMATH_H #ifndef CONTROLMATH_H