summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2019-08-06 11:13:30 -0700
committerLen Ovens <len@ovenwerks.net>2019-08-06 11:13:30 -0700
commita5828ba472fb263f0f3db36a799c46b27c5538e4 (patch)
tree798fd768e8d904bd78a15602f8b07090ecacff22 /libs/ardour/route.cc
parentdf2917568d6aa92a37ebd2eb12ec2db977a13d92 (diff)
foldback may be mono don't set panner type
Diffstat (limited to 'libs/ardour/route.cc')
-rw-r--r--libs/ardour/route.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc
index 68219bf4cf..a83e550c00 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -3307,7 +3307,6 @@ Route::add_foldback_send (boost::shared_ptr<Route> route)
}
listener->panner_shell()->set_linked_to_route (false);
- listener->panner_shell()->select_panner_by_uri ("http://ardour.org/plugin/panner_balance");
add_processor (listener, before);
} catch (failed_constructor& err) {