Tweak colouring in the processor list.
[ardour.git] / libs / ardour / send.cc
index 9e34080fe094a23e6e10dd9060570537b50e92b1..33b4277d93b4129d9df927d99c8ffb5444d2f710 100644 (file)
@@ -217,7 +217,7 @@ Send::can_support_io_configuration (const ChanCount& in, ChanCount& out) const
        return true;
 }
 
-/** Caller must not hold process lock */
+/** Caller must hold process lock */
 bool
 Send::configure_io (ChanCount in, ChanCount out)
 {
@@ -225,11 +225,6 @@ Send::configure_io (ChanCount in, ChanCount out)
                return false;
        }
 
-       if (_output) {
-               Glib::Mutex::Lock lm (AudioEngine::instance()->process_lock());
-               _output->ensure_io (out, false, 0);
-       }
-
        if (!Processor::configure_io (in, out)) {
                return false;
        }