]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/guiapi.C
Martin's changes to the Note inset.
[lyx.git] / src / frontends / guiapi.C
index 824eca21e3a60a6f128c2da6812ca7bed50aaf24..bb3ed23d240d4bc70ed69dbf98ab9334584d2b7f 100644 (file)
@@ -33,12 +33,6 @@ void gui_ShowForks(Dialogs & d)
 }
 
 
-void gui_ShowMathPanel(Dialogs & d)
-{
-       d.showMathPanel();
-}
-
-
 void gui_ShowPreamble(Dialogs & d)
 {
        d.showPreamble();
@@ -75,10 +69,4 @@ void gui_ShowSpellchecker(Dialogs & d)
 }
 
 
-void gui_ShowTexinfo(Dialogs & d)
-{
-       d.showTexinfo();
-}
-
-
 } // extern "C"