From 79f5c2759ebd27aa7a1aef3c422a51dbc53d6e7c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 22 Sep 2007 19:43:11 +0000 Subject: LV2 UI extension updates. LV2 GUI support in ingen. git-svn-id: http://svn.drobilla.net/lad/patchage@763 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageModule.hpp | 2 -- 1 file changed, 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; } -- cgit v1.2.1