]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/guiapi.h
port the graphics dialog to the new scheme and get rid of the ControlInset
[lyx.git] / src / frontends / guiapi.h
index 6e7a522f741377637536919adf76e40945e3c003..71049dda340a4f4aadbd68b030560cfafee93b9f 100644 (file)
@@ -16,7 +16,6 @@
 #include "LString.h"
 
 class Dialogs;
-class InsetGraphics;
 class InsetTabular;
 
 extern "C" {
@@ -29,7 +28,6 @@ void gui_SetUserFreeFont(Dialogs &);
 void gui_ShowDocument(Dialogs &);
 void gui_ShowFile(string const &, Dialogs &);
 void gui_ShowForks(Dialogs &);
-void gui_ShowGraphics(InsetGraphics *, Dialogs &);
 void gui_ShowLogFile(Dialogs &);
 void gui_ShowMathPanel(Dialogs &);
 void gui_ShowParagraph(Dialogs &);