]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msdos/dir.cpp
Reflect changes in stc.cpp in stc.cpp.in from which it's generated.
[wxWidgets.git] / src / msdos / dir.cpp
index d62fadd3cb95246868f0168c69a1121aadfb8b67..d21181bc6105fcfaecc0ad50e37b961e8dab63cf 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      derived from wxPalmOS code
 // Modified by:
 // Created:     10.13.04
-// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -30,7 +29,6 @@
 #endif // PCH
 
 #include "wx/dir.h"
-#include "wx/filefn.h"          // for wxDirExists()
 
 // ----------------------------------------------------------------------------
 // define the types and functions used for file searching
 // implementation
 // ============================================================================
 
-// ----------------------------------------------------------------------------
-// wxDir helpers
-// ----------------------------------------------------------------------------
-
-/* static */
-bool wxDir::Exists(const wxString& WXUNUSED(dir))
-{
-    return false;
-}
-
 // ----------------------------------------------------------------------------
 // wxDir construction/destruction
 // ----------------------------------------------------------------------------