X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22a5055f1f173fb140b222de69baba5022a63ed3..3dd570e5724a9c83d77a83c4612f5a7efe7463dc:/src/common/string.cpp diff --git a/src/common/string.cpp b/src/common/string.cpp index 964324306b..c43bde8e7d 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -1013,10 +1013,6 @@ wxString::Replace(const wxChar *szOld, const wxChar *szNew, bool bReplaceAll) return uiCount; } -#ifdef __WXWINCE__ -inline int isascii(wxChar c) { return (c >= 0) && (c <=127); } -#endif - bool wxString::IsAscii() const { const wxChar *s = (const wxChar*) *this;