X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fguiapi.h;h=0855154262f4d364354e996f7f8cc60485c935b3;hb=558e849e692cc72ea74ac3859405b85e54c6e315;hp=77e3c46f3c3d38f7b6a16e4387b177dbd20e3d26;hpb=be2ce42c657e73721450239d949ee87cbb5f33ac;p=lyx.git diff --git a/src/frontends/guiapi.h b/src/frontends/guiapi.h index 77e3c46f3c..0855154262 100644 --- a/src/frontends/guiapi.h +++ b/src/frontends/guiapi.h @@ -12,22 +12,12 @@ #ifndef GUIAPI_H #define GUIAPI_H - - class Dialogs; extern "C" { void gui_show_dialog(Dialogs *, char const * name, char const * data); -void gui_ShowDocument(Dialogs &); -void gui_ShowForks(Dialogs &); -void gui_ShowPreamble(Dialogs &); -void gui_ShowPreferences(Dialogs &); -void gui_ShowPrint(Dialogs &); -void gui_ShowSendto(Dialogs &); -void gui_ShowSpellchecker(Dialogs &); - } // extern "C" #endif // GUIAPI_H