summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/Application.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gtk/Application.h')
-rw-r--r--tikzit/src/gtk/Application.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/tikzit/src/gtk/Application.h b/tikzit/src/gtk/Application.h
index c17a523..1b48a79 100644
--- a/tikzit/src/gtk/Application.h
+++ b/tikzit/src/gtk/Application.h
@@ -49,7 +49,6 @@ extern Application* app;
ToolBox *toolBox;
PreambleEditor *preambleWindow;
- PreviewWindow *previewWindow;
ContextWindow *contextWindow;
SettingsDialog *settingsDialog;
@@ -135,14 +134,6 @@ extern Application* app;
*/
- (void) presentContextWindow;
/**
- * Show or update the preview window.
- */
-- (void) presentPreviewForDocument:(TikzDocument*)doc;
-/**
- * Show or update the preview window without it grabbing focus
- */
-- (void) previewDocument:(TikzDocument*)doc;
-/**
* Show the settings dialog.
*/
- (void) presentSettingsDialog;