]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/guiapi.h
make LyX work better when run from a directory which name contains spaces or other...
[lyx.git] / src / frontends / guiapi.h
index 1182517e359c7a584e1f3289a7542622d736a7ad..0855154262f4d364354e996f7f8cc60485c935b3 100644 (file)
 #ifndef GUIAPI_H
 #define GUIAPI_H
 
-
-
 class Dialogs;
 
 extern "C" {
 
 void gui_show_dialog(Dialogs *, char const * name, char const * data);
 
-void gui_ShowPreamble(Dialogs &);
-void gui_ShowPreferences(Dialogs &);
-void gui_ShowSpellchecker(Dialogs &);
-
 } // extern "C"
 
 #endif // GUIAPI_H