From ec393ad65c736e4c724730690c1b9b66d1ba570f Mon Sep 17 00:00:00 2001 From: Michael Schmitt Date: Sat, 21 Apr 2007 13:30:27 +0000 Subject: [PATCH] * 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 --- development/scons/scons_manifest.py | 2 -- lib/Makefile.am | 1 - lib/bind/aqua.bind | 1 - src/frontends/controllers/ControlMath.h | 2 -- 4 files changed, 6 deletions(-) diff --git a/development/scons/scons_manifest.py b/development/scons/scons_manifest.py index ab95c2098a..da5586ed9c 100644 --- a/development/scons/scons_manifest.py +++ b/development/scons/scons_manifest.py @@ -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 diff --git a/lib/Makefile.am b/lib/Makefile.am index 02df20ca12..5d765ac29b 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -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 \ diff --git a/lib/bind/aqua.bind b/lib/bind/aqua.bind index e79dbc077e..78096e7dce 100644 --- a/lib/bind/aqua.bind +++ b/lib/bind/aqua.bind @@ -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" diff --git a/src/frontends/controllers/ControlMath.h b/src/frontends/controllers/ControlMath.h index 30319c7bcb..e1606fa03a 100644 --- a/src/frontends/controllers/ControlMath.h +++ b/src/frontends/controllers/ControlMath.h @@ -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 -- 2.39.2