summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-24 12:30:11 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-24 22:49:47 -0500
commit6bdc9764628e0e47f03ac09aeefc280c25d210a7 (patch)
treece139203eca9e6f97eec671111210085f8fd9c60 /gtk2_ardour/mixer_strip.h
parent3876b488791a91b85d501b56a656dfb3bfffd052 (diff)
Remove "implicit" selection for plugin deletion.
Allow deletions in the mixer strip to fall through to editor if nothing was selected.
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index 7f15cc9d6a..644e9e57c2 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -126,7 +126,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
void cut_processors ();
void paste_processors ();
void select_all_processors ();
- void delete_processors ();
+ bool delete_processors (); //note: returns false if nothing was deleted
void toggle_processors ();
void ab_plugins ();