13
0

Remove a no longer true comment

It should have been removed as part of 539c062ed2
(Make the configuration penalty subtler about inputs).
This commit is contained in:
Julien "_FrnchFrgg_" RIVAUD 2016-08-07 10:00:26 +02:00
parent 72964609c9
commit c803b81a2b

View 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...
}
}