]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/HelpGen/src/wx_extra_imps.cpp
cleaning up the mess created by the FloodFill patch
[wxWidgets.git] / utils / HelpGen / src / wx_extra_imps.cpp
index e4af6ef024b4944d072dd1dde1ce7e45a3c82ad0..fcc09b2d79856d91451d11947080c83f650fe33e 100644 (file)
     #include "wx/defs.h"
 #endif
 
-char *
-copystring (const char *s)
-{
-  if (s == NULL) s = "";
-  size_t len = strlen (s) + 1;
-
-  char *news = new char[len];
-  memcpy (news, s, len);    // Should be the fastest
-
-  return news;
-}
-
 #ifdef __WXMSW__
 // from filefn.cpp
 void WXDLLEXPORT wxSplitPath(const char *pszFileName,
@@ -73,9 +61,4 @@ const char *wxLocale::GetString(const char *szOrigString,
     return szOrigString;
 }
 
-#else // !MSW
-const char *wxGetTranslation(const char *str)
-{
-    return str;
-}
-#endif // MSW
\ No newline at end of file
+#endif // MSW