summaryrefslogtreecommitdiffstats
path: root/src/progs/gtk/Controller.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-06-14 18:23:57 +0000
committerDavid Robillard <d@drobilla.net>2006-06-14 18:23:57 +0000
commit5a7beed295e6c8cee627774b9ca4d2e0eff510c1 (patch)
treedf080d187fc75292a163d5ab7331b15027e81154 /src/progs/gtk/Controller.h
parent52f5c887cf8d4149278d137684f8f1ee31231d65 (diff)
downloadingen-5a7beed295e6c8cee627774b9ca4d2e0eff510c1.tar.gz
ingen-5a7beed295e6c8cee627774b9ca4d2e0eff510c1.tar.bz2
ingen-5a7beed295e6c8cee627774b9ca4d2e0eff510c1.zip
Removed unused cruft from GTK client
git-svn-id: http://svn.drobilla.net/lad/grauph@37 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/progs/gtk/Controller.h')
-rw-r--r--src/progs/gtk/Controller.h2
1 files changed, 0 insertions, 2 deletions
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); }