add back activate/deactivate menu options for processor box

git-svn-id: svn://localhost/ardour2/branches/3.0@6197 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-11-28 01:51:47 +00:00
parent 74558ddda7
commit dfe46da169
2 changed files with 31 additions and 0 deletions

View file

@ -261,6 +261,8 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject
static void rb_select_all ();
static void rb_deselect_all ();
static void rb_activate_all ();
static void rb_deactivate ();
static void rb_activate ();
static void rb_deactivate_all ();
static void rb_ab_plugins ();
static void rb_edit ();