summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_actor.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-24 22:49:33 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-24 22:49:47 -0500
commit96171ebe838137814e729e36ad904a307df55f4d (patch)
tree689950670b91fff781abbe74e0d6b09159c614e3 /gtk2_ardour/mixer_actor.cc
parent6bdc9764628e0e47f03ac09aeefc280c25d210a7 (diff)
several fixes to make processor selection and deletion feel right, for both mixer and editor-mixer strips
Diffstat (limited to 'gtk2_ardour/mixer_actor.cc')
-rw-r--r--gtk2_ardour/mixer_actor.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/gtk2_ardour/mixer_actor.cc b/gtk2_ardour/mixer_actor.cc
index cd3d090dd6..5cc207d509 100644
--- a/gtk2_ardour/mixer_actor.cc
+++ b/gtk2_ardour/mixer_actor.cc
@@ -230,18 +230,6 @@ MixerActor::select_all_processors ()
}
}
void
-MixerActor::delete_processors ()
-{
- set_route_targets_for_operation ();
-
- BOOST_FOREACH(RouteUI* r, _route_targets) {
- MixerStrip* ms = dynamic_cast<MixerStrip*> (r);
- if (ms) {
- ms->delete_processors ();
- }
- }
-}
-void
MixerActor::toggle_processors ()
{
set_route_targets_for_operation ();