From 5a7beed295e6c8cee627774b9ca4d2e0eff510c1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 14 Jun 2006 18:23:57 +0000 Subject: Removed unused cruft from GTK client git-svn-id: http://svn.drobilla.net/lad/grauph@37 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/gtk/App.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/progs/gtk/App.h') diff --git a/src/progs/gtk/App.h b/src/progs/gtk/App.h index 1ba18962..dc5e3904 100644 --- a/src/progs/gtk/App.h +++ b/src/progs/gtk/App.h @@ -50,7 +50,6 @@ class OmPort; class OmFlowCanvas; class PatchTreeView; class PatchTreeWindow; -class ControlInterface; class ConnectWindow; class Configuration; @@ -84,8 +83,6 @@ public: PatchTreeWindow* patch_tree() const { return m_patch_tree_window; } Configuration* configuration() const { return m_configuration; } - ControlInterface* control_interface() { return m_control_interface; } - static void instantiate() { if (!_instance) _instance = new App(); } static inline App& instance() { assert(_instance); return *_instance; } @@ -96,7 +93,6 @@ protected: //bool connect_callback(); //bool idle_callback(); - ControlInterface* m_control_interface; Configuration* m_configuration; list m_windows; -- cgit v1.2.1