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/Controller.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/progs/gtk/Controller.h') diff --git a/src/progs/gtk/Controller.h b/src/progs/gtk/Controller.h index fd516992..0f1e3249 100644 --- a/src/progs/gtk/Controller.h +++ b/src/progs/gtk/Controller.h @@ -36,7 +36,6 @@ using namespace LibOmClient; namespace OmGtk { class PatchController; -//class GtkClientInterface; class Loader; @@ -79,7 +78,6 @@ public: void push_added_patch(PatchModel* pm) { m_added_patches.push_back(pm); } PatchModel* yank_added_patch(const string& path); */ - //GtkClientInterface* client_hooks() { return (GtkClientInterface*)m_client_hooks; } static void instantiate(const string& engine_url) { if (!_instance) _instance = new Controller(engine_url); } -- cgit v1.2.1