From c803b81a2b4b40cc510284ecdf833d80a0be7fd2 Mon Sep 17 00:00:00 2001 From: "Julien \"_FrnchFrgg_\" RIVAUD" Date: Sun, 7 Aug 2016 10:00:26 +0200 Subject: [PATCH] Remove a no longer true comment It should have been removed as part of 539c062ed23daf308e650b5d1039384ac5a55666 (Make the configuration penalty subtler about inputs). --- libs/ardour/luaproc.cc | 2 -- 1 file changed, 2 deletions(-) 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... } } -- 2.30.2