1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-02 20:37:38 +02: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:
Paul Licameli
2019-03-31 14:27:06 -04:00
parent ed29ab89f8
commit 39f2d1ca52
2 changed files with 0 additions and 2 deletions

View File

@@ -55,7 +55,6 @@
#include <wx/defs.h>
#include <wx/app.h>
#include <wx/config.h>
#include <wx/intl.h>
#include <wx/fileconf.h>
#include <wx/filename.h>