X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2c18f21dc7d5aedd7100b02f7a721551b73c537b..a407ff6ae8668b8f37b139a9420bcc041fa8adc1:/include/wx/utils.h diff --git a/include/wx/utils.h b/include/wx/utils.h index 9a0bc84d80..c572db72a1 100644 --- a/include/wx/utils.h +++ b/include/wx/utils.h @@ -272,12 +272,6 @@ WXDLLEXPORT const wxMB2WXbuf wxGetUserHome(const wxString& user = wxEmptyString) WXDLLEXPORT wxChar* wxGetUserHome(const wxString& user = wxEmptyString); #endif -#ifdef __WXMAC__ -WXDLLEXPORT wxString wxMacFindFolder(short vRefNum, - OSType folderType, - Boolean createFolder); -#endif - // get number of total/free bytes on the disk where path belongs WXDLLEXPORT bool wxGetDiskSpace(const wxString& path, wxLongLong *pTotal = NULL,