mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
* 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:
parent
44b504c45f
commit
ec393ad65c
@ -707,7 +707,6 @@ src_frontends_qt4_moc_files = Split('''
|
||||
QLMenubar.C
|
||||
QLPopupMenu.C
|
||||
QLPrintDialog.C
|
||||
QMathDialog.C
|
||||
QMathMatrixDialog.C
|
||||
QNomencl.C
|
||||
QNomenclDialog.C
|
||||
@ -1530,7 +1529,6 @@ lib_images_files = Split('''
|
||||
dialog-show_findreplace.xpm
|
||||
dialog-show_mathdelimiter.xpm
|
||||
dialog-show_mathmatrix.xpm
|
||||
dialog-show_mathpanel.xpm
|
||||
dialog-show_print.xpm
|
||||
dialog-show_spellchecker.xpm
|
||||
down.xpm
|
||||
|
@ -268,7 +268,6 @@ dist_images_DATA = \
|
||||
images/dialog-show_findreplace.xpm \
|
||||
images/dialog-show_mathdelimiter.xpm \
|
||||
images/dialog-show_mathmatrix.xpm \
|
||||
images/dialog-show_mathpanel.xpm \
|
||||
images/dialog-show_print.xpm \
|
||||
images/dialog-show_spellchecker.xpm \
|
||||
images/down.xpm \
|
||||
|
@ -42,7 +42,6 @@
|
||||
\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 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 i" "index-print"
|
||||
|
@ -7,8 +7,6 @@
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details are available in file CREDITS.
|
||||
*
|
||||
* ControlMath2 is a controller class for the Math Panel dialog.
|
||||
*/
|
||||
|
||||
#ifndef CONTROLMATH_H
|
||||
|
Loading…
Reference in New Issue
Block a user