summaryrefslogtreecommitdiff
path: root/gtk2_ardour/actions.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-08-15 21:29:19 +0200
committerRobin Gareus <robin@gareus.org>2015-08-16 00:03:39 +0200
commit9f3bf09a7ceea8b8ea33832bdb88f098d1bc5bfe (patch)
treed573013698d31b4a5d8124cf0d09fc361a9a925f /gtk2_ardour/actions.cc
parenteddf50185b51089a63584d56a2b6a56f91a9a718 (diff)
rework processor box: handle n/a plugins
Diffstat (limited to 'gtk2_ardour/actions.cc')
-rw-r--r--gtk2_ardour/actions.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/actions.cc b/gtk2_ardour/actions.cc
index 43d2eb83c9..7f11d053e8 100644
--- a/gtk2_ardour/actions.cc
+++ b/gtk2_ardour/actions.cc
@@ -49,7 +49,6 @@ using namespace ARDOUR;
vector<RefPtr<Gtk::Action> > ActionManager::session_sensitive_actions;
vector<RefPtr<Gtk::Action> > ActionManager::write_sensitive_actions;
vector<RefPtr<Gtk::Action> > ActionManager::region_list_selection_sensitive_actions;
-vector<RefPtr<Gtk::Action> > ActionManager::plugin_selection_sensitive_actions;
vector<RefPtr<Gtk::Action> > ActionManager::track_selection_sensitive_actions;
vector<RefPtr<Gtk::Action> > ActionManager::point_selection_sensitive_actions;
vector<RefPtr<Gtk::Action> > ActionManager::time_selection_sensitive_actions;