1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-25 08:58:06 +02:00

Remove incorrect comment

This commit is contained in:
Paul Licameli 2019-07-29 13:07:18 -04:00
parent a87748b123
commit 040db4aecb

View File

@ -316,7 +316,6 @@ Exporter::Exporter()
RegisterPlugin(New_ExportMP2());
#endif
// Command line export not available on Windows and Mac platforms
RegisterPlugin(New_ExportCL());
#if defined(USE_FFMPEG)