summaryrefslogtreecommitdiff
path: root/libs/ardour/luaproc.cc
diff options
context:
space:
mode:
authorJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>2016-08-07 10:00:26 +0200
committerJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>2016-08-07 10:00:26 +0200
commitc803b81a2b4b40cc510284ecdf833d80a0be7fd2 (patch)
tree7c91360efdd2184e5580ba54a6bff9c50c61e4d0 /libs/ardour/luaproc.cc
parent72964609c9c96d766466f2a41003a5791426b768 (diff)
Remove a no longer true comment
It should have been removed as part of 539c062ed23daf308e650b5d1039384ac5a55666 (Make the configuration penalty subtler about inputs).
Diffstat (limited to 'libs/ardour/luaproc.cc')
-rw-r--r--libs/ardour/luaproc.cc2
1 files changed, 0 insertions, 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...
}
}