From: Julien "_FrnchFrgg_" RIVAUD Date: Sun, 7 Aug 2016 08:00:26 +0000 (+0200) Subject: Remove a no longer true comment X-Git-Tag: 5.0-rc2~19 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=c803b81a2b4b40cc510284ecdf833d80a0be7fd2;p=ardour.git Remove a no longer true comment It should have been removed as part of 539c062ed23daf308e650b5d1039384ac5a55666 (Make the configuration penalty subtler about inputs). --- diff --git a/libs/ardour/luaproc.cc b/libs/ardour/luaproc.cc index e73b18ee21..fbba74bba3 100644 --- a/libs/ardour/luaproc.cc +++ b/libs/ardour/luaproc.cc @@ -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... } }