summaryrefslogtreecommitdiffstats
path: root/src/PatchageModule.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-09-22 19:43:11 +0000
committerDavid Robillard <d@drobilla.net>2007-09-22 19:43:11 +0000
commit79f5c2759ebd27aa7a1aef3c422a51dbc53d6e7c (patch)
treef64a4a17da475fe3c2c86c3726fc60ecc8055317 /src/PatchageModule.hpp
parentd79150e42e4494d83128762d4d21da793725b31e (diff)
downloadpatchage-79f5c2759ebd27aa7a1aef3c422a51dbc53d6e7c.tar.gz
patchage-79f5c2759ebd27aa7a1aef3c422a51dbc53d6e7c.tar.bz2
patchage-79f5c2759ebd27aa7a1aef3c422a51dbc53d6e7c.zip
LV2 UI extension updates.
LV2 GUI support in ingen. git-svn-id: http://svn.drobilla.net/lad/patchage@763 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageModule.hpp')
-rw-r--r--src/PatchageModule.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp
index cb7fb60..fc314c1 100644
--- a/src/PatchageModule.hpp
+++ b/src/PatchageModule.hpp
@@ -52,8 +52,6 @@ public:
}
items.push_back(Gtk::Menu_Helpers::MenuElem("Disconnect All",
sigc::mem_fun(this, &PatchageModule::menu_disconnect_all)));
-
- //signal_clicked.connect(sigc::mem_fun(this, &PatchageModule::on_click));
}
virtual ~PatchageModule() { delete _menu; }