NO-OP explanatory comment

This commit is contained in:
Paul Davis 2017-06-07 18:59:09 -04:00
parent 94bf944acd
commit b0d7d6f9fd

View file

@ -161,7 +161,15 @@ Track::set_state (const XMLNode& node, int version)
if (version >= 3000 && version < 4000) {
if ((child = find_named_node (node, X_("Diskstream"))) != 0) {
/* XXX DISK ... setup reader/writer from XML */
/* XXX if we remember anything from stored DiskStream
state (older Ardour versions) that is needed by a
DiskReader or DiskWriter, we should cook up a new
XMLNode here, populate it with that information
(child nodes, properties, etc.) and then call
::set_state() on the writer/reader.
But at present (June 2017), there's no such state.
*/
}
}