]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/guiapi.h
Minipage is no more (long live the box inset)
[lyx.git] / src / frontends / guiapi.h
index 597b13dea21a86249fd3f514f5b076b3cd74f30d..ef1d4990cefeaa9c0da0d2e55c36c47ba1a2d862 100644 (file)
@@ -6,14 +6,13 @@
  *
  * \author Lars Gullik Bjønnes
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef GUIAPI_H
 #define GUIAPI_H
 
 
-#include "LString.h"
 
 class Dialogs;
 
@@ -21,24 +20,14 @@ extern "C" {
 
 void gui_show_dialog(Dialogs *, char const * name, char const * data);
 
-void gui_ShowCharacter(Dialogs &);
-void gui_SetUserFreeFont(Dialogs &);
 void gui_ShowDocument(Dialogs &);
-void gui_ShowFile(string const &, Dialogs &);
 void gui_ShowForks(Dialogs &);
-void gui_ShowLogFile(Dialogs &);
-void gui_ShowMathPanel(Dialogs &);
-void gui_ShowParagraph(Dialogs &);
-void gui_UpdateParagraph(Dialogs &);
 void gui_ShowPreamble(Dialogs &);
 void gui_ShowPreferences(Dialogs &);
 void gui_ShowPrint(Dialogs &);
 void gui_ShowSearch(Dialogs &);
 void gui_ShowSendto(Dialogs &);
 void gui_ShowSpellchecker(Dialogs &);
-void gui_ShowTexinfo(Dialogs &);
-void gui_ShowThesaurus(string const &, Dialogs &);
-void gui_ShowVCLogFile(Dialogs &);
 
 } // extern "C"