-#if defined(__WXMSW__)
- #define wxHAS_SS_NATIVE
-#elif defined(__WXMOTIF__)
- #include "wx/motif/settings.h"
-#elif defined(__WXGTK__)
- #define wxHAS_SS_NATIVE
-#elif defined(__WXMGL__)
- #define wxHAS_SS_NATIVE
-#elif defined(__WXMAC__)
- #include "wx/mac/settings.h"
-#elif defined(__WXPM__)
- #include "wx/os2/settings.h"
-#endif
-
-// TODO: this should go away once all ports are updated to use wxSSNative
-#ifdef wxHAS_SS_NATIVE
-
-class wxSystemSettings : public wxSystemSettingsNative