]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/dir.cpp
Don't reset bullet number and outline number when applying style sheet.
[wxWidgets.git] / src / os2 / dir.cpp
index f0ec71d6706c2f6fe231d7a1900dbd495ced6900..1b81050082d0567e24be43d710a8dbaa92e4fd50 100644 (file)
@@ -308,18 +308,6 @@ bool wxDirData::Read(
     return true;
 } // end of wxDirData::Read
 
-// ----------------------------------------------------------------------------
-// wxDir helpers
-// ----------------------------------------------------------------------------
-
-/* static */
-bool wxDir::Exists(
-  const wxString&                   rsDir
-)
-{
-    return wxDirExists(rsDir);
-} // end of wxDir::Exists
-
 // ----------------------------------------------------------------------------
 // wxDir construction/destruction
 // ----------------------------------------------------------------------------