summaryrefslogtreecommitdiff
path: root/libs/ardour/send.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-01-11 01:30:29 +0000
committerCarl Hetherington <carl@carlh.net>2011-01-11 01:30:29 +0000
commitafc0e2db6c91a5b5345f2c0cbd403a4cc0afc6c8 (patch)
tree8b4cea962596bedbad4b5d56b517b7813ae0e52a /libs/ardour/send.cc
parent6dde76454d7facd732e65b8218f02d8114864942 (diff)
Don't modify a send's output count depending on where it lands in the processor list.
git-svn-id: svn://localhost/ardour2/branches/3.0@8501 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/send.cc')
-rw-r--r--libs/ardour/send.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/ardour/send.cc b/libs/ardour/send.cc
index b4196e39e2..33b4277d93 100644
--- a/libs/ardour/send.cc
+++ b/libs/ardour/send.cc
@@ -225,10 +225,6 @@ Send::configure_io (ChanCount in, ChanCount out)
return false;
}
- if (_output) {
- _output->ensure_io (out, false, 0);
- }
-
if (!Processor::configure_io (in, out)) {
return false;
}