Remove a no longer true comment
authorJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>
Sun, 7 Aug 2016 08:00:26 +0000 (10:00 +0200)
committerJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>
Sun, 7 Aug 2016 08:00:26 +0000 (10:00 +0200)
It should have been removed as part of 539c062ed23daf308e650b5d1039384ac5a55666
(Make the configuration penalty subtler about inputs).

libs/ardour/luaproc.cc

index e73b18ee21877e6ee533be202935bf0de6573d82..fbba74bba328103788c8987ae02a4a1f6b76ca51 100644 (file)
@@ -495,8 +495,6 @@ LuaProc::can_support_io_configuration (const ChanCount& in, ChanCount& out, Chan
                                 * Really imprecise only if desired_in != audio_in */
                                FOUNDCFG_IMPRECISE (desired_in, possible_out);
                        }
-                       // ideally we'll also find the closest, best matching
-                       // input configuration with minimal output penalty...
                }
 
        }