summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-01-15 02:50:17 +0100
committerRobin Gareus <robin@gareus.org>2014-01-15 02:51:52 +0100
commit813ead6d8bc68bbacbb51aac4af7a7ec4583eaf3 (patch)
treef5466f9e7b7e9598f50e66f65d253f77645a0979 /libs/ardour/route.cc
parent218cf268b9126d00144b1b04f2bb5c2a8318cfa2 (diff)
cont'd backend work on panner-linking
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 {