]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/filefn.h
avoid a bug in Carbon headers
[wxWidgets.git] / include / wx / filefn.h
index cdf22ca1560b896e32640d3e798ef20fd13a32d1..459e0041325326834a919dacc19d28e83713d74e 100644 (file)
@@ -271,16 +271,6 @@ WXDLLIMPEXP_BASE bool wxRmdir(const wxString& dir, int flags = 0);
 // compatibility defines, don't use in new code
 #define wxDirExists wxPathExists
 
-#if WXWIN_COMPATIBILITY_2
-    #define FileExists wxFileExists
-    #define DirExists wxDirExists
-    #define IsAbsolutePath wxIsAbsolutePath
-    #define FileNameFromPath wxFileNameFromPath
-    #define PathOnly wxPathOnly
-    #define Dos2UnixFilename wxDos2UnixFilename
-    #define Unix2DosFilename wxUnix2DosFilename
-#endif
-
 // ----------------------------------------------------------------------------
 // separators in file names
 // ----------------------------------------------------------------------------