diff --git a/src/unix/stdpaths.cpp b/src/unix/stdpaths.cpp index 780f683d13..ba1c3f3016 100644 --- a/src/unix/stdpaths.cpp +++ b/src/unix/stdpaths.cpp @@ -38,10 +38,6 @@ #include #endif -#if defined(__WXMAC__) - #include "wx/mac/private.h" -#endif - // ============================================================================ // wxStandardPaths implementation // ============================================================================ @@ -132,8 +128,6 @@ wxString wxStandardPaths::GetUserDataDir() const { #ifdef __VMS return wxFileName::GetHomeDir(); -#elif defined(__WXMAC__) - return AppendAppName(wxMacFindFolder((short) kUserDomain, kApplicationSupportFolderType, kDontCreateFolder)); #else return AppendAppName(wxFileName::GetHomeDir() + _T("/.")); #endif