summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
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) {