1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Remove a comment

This commit is contained in:
Paul Licameli
2019-08-31 23:21:07 -04:00
parent aab48c58f0
commit 15fa593906

View File

@@ -90,10 +90,6 @@ public:
const CommandFlagOptions &options = {} );
};
// Widely used command flags, but this list need not be exhaustive. It may be
// extended, with special purpose flags of limited use, by constucting static
// ReservedCommandFlag values
// To describe auto-selection, stop-if-paused, etc.:
// A structure describing a set of conditions, another set that might be
// made true given the first, and the function that may make them true.