summaryrefslogtreecommitdiff
path: root/gtk2_ardour/plugin_selector.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-20 21:06:37 +0000
committerDavid Robillard <d@drobilla.net>2012-04-20 21:06:37 +0000
commitf13ff1e10bba05be12f021bcee601d5c636bcc26 (patch)
tree965b973a63f21621db10b8338cc0e9753ca01d19 /gtk2_ardour/plugin_selector.h
parent1014c931c993f539f276ce11958ed136393d387e (diff)
Oops. Turns out activate handles both keyboard and double click. Let Gtk do the right thing.
git-svn-id: svn://localhost/ardour2/branches/3.0@12046 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/plugin_selector.h')
-rw-r--r--gtk2_ardour/plugin_selector.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/plugin_selector.h b/gtk2_ardour/plugin_selector.h
index 7be17b62aa..034622b386 100644
--- a/gtk2_ardour/plugin_selector.h
+++ b/gtk2_ardour/plugin_selector.h
@@ -118,7 +118,6 @@ class PluginSelector : public ArdourDialog
Gtk::Menu* _plugin_menu;
ARDOUR::PluginManager& manager;
- void row_clicked(GdkEventButton *);
void row_activated(Gtk::TreeModel::Path path, Gtk::TreeViewColumn* col);
void btn_add_clicked();
void btn_remove_clicked();