fix leftover bug from hacking on internal send panning stuff
authorPaul Davis <paul@linuxaudiosystems.com>
Wed, 10 Aug 2011 20:30:27 +0000 (20:30 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Wed, 10 Aug 2011 20:30:27 +0000 (20:30 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@9976 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/internal_send.cc

index e873b73aac5d7b1574dc8f3ceedefcd2cb7a1eab..fcf8635f72dd555615cc17d6e70200cec880c74d 100644 (file)
@@ -81,12 +81,7 @@ InternalSend::use_target (boost::shared_ptr<Route> sendto)
        mixbufs.ensure_buffers (_send_to->internal_return()->input_streams(), _session.get_block_size());
        mixbufs.set_count (_send_to->internal_return()->input_streams());
 
-       ChanCount n = _send_to->internal_return()->input_streams ();
-
-       if (n != _configured_output) {
-               _configured_output = n;
-               reset_panner ();
-       }
+       reset_panner ();
 
         set_name (sendto->name());
         _send_to_id = _send_to->id();