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 a2176e8d45..f994fe3d69 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -2568,7 +2568,6 @@ Route::set_processor_state (const XMLNode& node)
} else if (prop->value() == "send") {
- boost::shared_ptr<Pannable> sendpan (new Pannable (_session));
processor.reset (new Send (_session, _pannable, _mute_master));
} else {