X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fguiapi.h;h=0855154262f4d364354e996f7f8cc60485c935b3;hb=558e849e692cc72ea74ac3859405b85e54c6e315;hp=ef1d4990cefeaa9c0da0d2e55c36c47ba1a2d862;hpb=0705dae8a3a2bcdd6be55eb468547c1389e84d2c;p=lyx.git diff --git a/src/frontends/guiapi.h b/src/frontends/guiapi.h index ef1d4990ce..0855154262 100644 --- a/src/frontends/guiapi.h +++ b/src/frontends/guiapi.h @@ -12,23 +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_ShowSearch(Dialogs &); -void gui_ShowSendto(Dialogs &); -void gui_ShowSpellchecker(Dialogs &); - } // extern "C" #endif // GUIAPI_H