]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/xpmdecod.cpp
split wxBase into wxBase and wxNet libraries
[wxWidgets.git] / src / common / xpmdecod.cpp
index 70c19c20ae5e85b0a7a6c8c136253d27608c38a1..4b4e47e045eb2abf31da476a0fcfd802427a97ee 100644 (file)
@@ -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)
 {