13
0

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
This commit is contained in:
Carl Hetherington 2011-01-11 01:30:29 +00:00
parent 6dde76454d
commit afc0e2db6c

View File

@ -225,10 +225,6 @@ Send::configure_io (ChanCount in, ChanCount out)
return false; return false;
} }
if (_output) {
_output->ensure_io (out, false, 0);
}
if (!Processor::configure_io (in, out)) { if (!Processor::configure_io (in, out)) {
return false; return false;
} }