X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6929fe3af8c307d7ff46e73a88edbedc39731d09..93c96bab3d24aaac4e240e83463b1f7874f9d4b8:/src/palmos/utils.cpp diff --git a/src/palmos/utils.cpp b/src/palmos/utils.cpp index 5a1398744b..3b17093570 100644 --- a/src/palmos/utils.cpp +++ b/src/palmos/utils.cpp @@ -39,6 +39,7 @@ #include #include #include +#include // ============================================================================ // implementation @@ -106,11 +107,6 @@ wxChar *wxGetUserHome(const wxString& WXUNUSED(user)) return NULL; } -bool wxDirExists(const wxString& dir) -{ - return false; -} - bool wxGetDiskSpace(const wxString& path, wxLongLong *pTotal, wxLongLong *pFree) { return false;