diff options
author | David Robillard <d@drobilla.net> | 2007-09-22 19:43:11 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-09-22 19:43:11 +0000 |
commit | 79f5c2759ebd27aa7a1aef3c422a51dbc53d6e7c (patch) | |
tree | f64a4a17da475fe3c2c86c3726fc60ecc8055317 /src | |
parent | d79150e42e4494d83128762d4d21da793725b31e (diff) | |
download | patchage-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')
-rw-r--r-- | src/PatchageModule.hpp | 2 |
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; } |