]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/utils.h
Getting rid of odd control characters at EOL in source.
[wxWidgets.git] / include / wx / utils.h
index 9a0bc84d80bc6e0996c5d1878e2c9ba1e0b14744..c572db72a145def0e83cb9b7cc5c1cd53ad244e2 100644 (file)
@@ -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,