From eb55df536af97d65365f920f7e35e6534a24056c Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Tue, 9 Apr 2013 19:48:02 +0100 Subject: GTK+: One preview window per main window Each document window has its own preview window, allowing multiple ones to be open at once. --- tikzit/src/gtk/Application.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tikzit/src/gtk/Application.h') 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; @@ -134,14 +133,6 @@ extern Application* app; * Show the context-aware window */ - (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. */ -- cgit v1.2.3