From afc0e2db6c91a5b5345f2c0cbd403a4cc0afc6c8 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 11 Jan 2011 01:30:29 +0000 Subject: 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 --- libs/ardour/send.cc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libs/ardour') 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; } -- cgit v1.2.3