1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Remove obsolete config*.h files

These are ancient and "configunix.h" was being pulled in
via Types.h.  Nothing major, but they were generated for
a 32-bit system and "may" cause problems when used on
64-bit systems.

(That's unlikely though since they haven't all this time.)
This commit is contained in:
Leland Lucius
2020-01-31 09:29:15 -06:00
parent 46a6d21585
commit 6da68f2035
4 changed files with 2 additions and 267 deletions

View File

@@ -8,6 +8,8 @@
**********************************************************************/
#include "../../Audacity.h"
#include "LoadNyquist.h"
#include <wx/log.h>