]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dir.cpp
Suppress warnings about double to int truncation in wxHTML code.
[wxWidgets.git] / src / msw / dir.cpp
index d7302d23c749eda291b961b80996b4b61cf10678..81c312e825794dc1490a35e17080e3cb223fe7cf 100644 (file)
@@ -30,7 +30,6 @@
 #endif // PCH
 
 #include "wx/dir.h"
-#include "wx/filefn.h"          // for wxDirExists()
 
 #ifdef __WINDOWS__
     #include "wx/msw/private.h"
@@ -287,16 +286,6 @@ bool wxDirData::Read(wxString *filename)
     return true;
 }
 
-// ----------------------------------------------------------------------------
-// wxDir helpers
-// ----------------------------------------------------------------------------
-
-/* static */
-bool wxDir::Exists(const wxString& dir)
-{
-    return wxDirExists(dir);
-}
-
 // ----------------------------------------------------------------------------
 // wxDir construction/destruction
 // ----------------------------------------------------------------------------