mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +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:
@@ -22,7 +22,7 @@ i.e. an alternative to the usual interface, for Audacity.
|
||||
#include "ModuleManager.h"
|
||||
#include "audacity/ModuleInterface.h"
|
||||
|
||||
#include "Experimental.h"
|
||||
|
||||
|
||||
#include <wx/dynlib.h>
|
||||
#include <wx/log.h>
|
||||
|
||||
Reference in New Issue
Block a user