summaryrefslogtreecommitdiff
path: root/libs/ardour/route.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-04-13 18:53:47 +0200
committerRobin Gareus <robin@gareus.org>2016-04-13 18:53:47 +0200
commitbc0bb9662e939c1b37f4335c05292a7b0ad21a20 (patch)
tree948306e7360ea72b33312678bb720b86c352b452 /libs/ardour/route.cc
parent0d1cd3865dd61dab1b5aa5e9e2181062cea1bd3b (diff)
prepare fix for copying plugin state
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 2b9301c715..5c34f42b7f 100644
--- a/libs/ardour/route.cc
+++ b/libs/ardour/route.cc
@@ -1466,7 +1466,6 @@ Route::add_processors (const ProcessorList& others, boost::shared_ptr<Processor>
boost::shared_ptr<PluginInsert> pi;
if ((pi = boost::dynamic_pointer_cast<PluginInsert>(*i)) != 0) {
- pi->set_count (1); // why? configure_processors_unlocked() will re-do this
pi->set_strict_io (_strict_io);
}