]> git.saurik.com Git - wxWidgets.git/commitdiff
removed wxGetTranslation already defined in wx intl
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 18 Oct 2001 19:09:53 +0000 (19:09 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 18 Oct 2001 19:09:53 +0000 (19:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/HelpGen/src/wx_extra_imps.cpp

index ab8b9fbb2d4ac3bd381c1ab9b2106f74c51c3bdf..fcc09b2d79856d91451d11947080c83f650fe33e 100644 (file)
@@ -61,9 +61,4 @@ const char *wxLocale::GetString(const char *szOrigString,
     return szOrigString;
 }
 
-#else // !MSW
-const char *wxGetTranslation(const char *str)
-{
-    return str;
-}
 #endif // MSW