X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9a83f860948059b0273b5cc6d9e43fadad3ebfca..bbd55ff9564dcaf1a5d2ee93d789c4d656baabef:/src/os2/dir.cpp diff --git a/src/os2/dir.cpp b/src/os2/dir.cpp index f0ec71d670..1b81050082 100644 --- a/src/os2/dir.cpp +++ b/src/os2/dir.cpp @@ -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 // ----------------------------------------------------------------------------