mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-08 17:46:25 +01:00
AUP3: Removes OD code related to project file handling
This removes all of the OnDemand code embedded throughout
the main codebase. Individual files related specifically
to OD have been left in place, but removed from the build.
This commit is contained in:
@@ -90,11 +90,6 @@ void WarningsPrefs::PopulateOrExchange(ShuttleGui & S)
|
||||
S.TieCheckBox(XXO("Missing file &name extension during export"),
|
||||
{wxT("/Warnings/MissingExtension"),
|
||||
true});
|
||||
#ifdef EXPERIMENTAL_OD_DATA
|
||||
S.TieCheckBox(XXO("&Importing uncompressed audio files"),
|
||||
{wxT("/Warnings/CopyOrEditUncompressedDataAsk"),
|
||||
true});
|
||||
#endif
|
||||
}
|
||||
S.EndStatic();
|
||||
S.EndScroller();
|
||||
|
||||
Reference in New Issue
Block a user