mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-09 14:16:28 +01:00
Eliminate Experimental.h, configure compile options instead...
... This makes it impossible to forget to include the EXPERIMENTAL definitions (such as when cutting and pasting code) and so get unintended quiet changes of behavior. The EXPERIMENTAL flags are now specified instead in new file Experimental.cmake
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
#define IN_RC
|
||||
#include "Audacity.h"
|
||||
#include "Experimental.h"
|
||||
|
||||
#ifdef EXPERIMENTAL_DA
|
||||
AudacityLogo ICON "darkaudacity.ico"
|
||||
|
||||
Reference in New Issue
Block a user