From 490702710270e5274a0607e279070df454c4b351 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 25 Mar 2006 14:42:05 +0000 Subject: [PATCH] removed wxMac stuff from here, unless I'm missing something this file is not used under Mac at all git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/unix/stdpaths.cpp | 6 ------ 1 file changed, 6 deletions(-) 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