mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-06 17:13:49 +01:00
We don't need wx/config.h at all...
...because we don't use the (platform-dependent) typedef wxConfig at all. We use wxFileConfig directly instead, even on Windows, not using the native Windows registry.
This commit is contained in:
@@ -55,7 +55,6 @@
|
|||||||
|
|
||||||
#include <wx/defs.h>
|
#include <wx/defs.h>
|
||||||
#include <wx/app.h>
|
#include <wx/app.h>
|
||||||
#include <wx/config.h>
|
|
||||||
#include <wx/intl.h>
|
#include <wx/intl.h>
|
||||||
#include <wx/fileconf.h>
|
#include <wx/fileconf.h>
|
||||||
#include <wx/filename.h>
|
#include <wx/filename.h>
|
||||||
|
|||||||
@@ -33,7 +33,6 @@
|
|||||||
|
|
||||||
#include "../include/audacity/ComponentInterface.h"
|
#include "../include/audacity/ComponentInterface.h"
|
||||||
|
|
||||||
#include <wx/config.h>
|
|
||||||
#include <wx/fileconf.h> // to inherit wxFileConfig
|
#include <wx/fileconf.h> // to inherit wxFileConfig
|
||||||
|
|
||||||
void InitPreferences();
|
void InitPreferences();
|
||||||
|
|||||||
Reference in New Issue
Block a user