X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1dedb80b26cd3ac1efa0a01f40467b2dc4f9e3a9..f0b7eadf889c2882e81470ec8e629d831858acb1:/src/common/xpmdecod.cpp diff --git a/src/common/xpmdecod.cpp b/src/common/xpmdecod.cpp index 70c19c20ae..4b4e47e045 100644 --- a/src/common/xpmdecod.cpp +++ b/src/common/xpmdecod.cpp @@ -119,20 +119,6 @@ license is as follows: #include "wx/xpmdecod.h" -#ifdef __WXWINCE__ -char* strdup(const char* s) -{ - char* s2 = new char[strlen(s)]; - strcpy(s2, s); - return s2; -} - -bool isspace(char c) -{ - return (c == ' '); -} -#endif - #if wxUSE_STREAMS bool wxXPMDecoder::CanRead(wxInputStream& stream) {