X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/adb61e4d0d1a68b6d79d68615e9dc947e8828e6d..c87957c2dbde7a23a1c74062cdf27b7fb35c843f:/src/common/stdpbase.cpp diff --git a/src/common/stdpbase.cpp b/src/common/stdpbase.cpp index 57a729623e..58e9e4ebba 100644 --- a/src/common/stdpbase.cpp +++ b/src/common/stdpbase.cpp @@ -24,9 +24,6 @@ #pragma hdrstop #endif -// FIXME: there is no Mac implementation yet -#ifndef __WXMAC__ - #ifndef WX_PRECOMP #include "wx/app.h" #endif //WX_PRECOMP @@ -87,5 +84,3 @@ wxString wxStandardPathsBase::AppendAppName(const wxString& dir) return subdir; } -#endif // !__WXMAC__ -