diff --git a/src/common/wxchar.cpp b/src/common/wxchar.cpp index 28f80d66fe..bca67b1228 100644 --- a/src/common/wxchar.cpp +++ b/src/common/wxchar.cpp @@ -108,15 +108,6 @@ bool WXDLLEXPORT wxOKlibc() return TRUE; } -#ifndef HAVE_WCSLEN -size_t WXDLLEXPORT wcslen(const wchar_t *s) -{ - size_t len = 0; - while (s[len]) len++; - return len; -} -#endif - // ============================================================================ // printf() functions business // ============================================================================