X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a93cf225f709cd7d652707ffc37bdcd9f1d10e0c..6869b469c6ba4a549b2bd463ce9778915781b0df:/include/wx/wxcrt.h?ds=sidebyside

diff --git a/include/wx/wxcrt.h b/include/wx/wxcrt.h
index 6383a0f5d3..1549dc436b 100644
--- a/include/wx/wxcrt.h
+++ b/include/wx/wxcrt.h
@@ -39,9 +39,6 @@ inline bool wxIsEmpty(const wxString& s) { return s.empty(); }
 inline bool wxIsEmpty(const wxCStrData& s) { return s.AsString().empty(); }
 
 
-// FIXME-UTF8: get rid of this, it's ANSI only anyway
-WXDLLIMPEXP_BASE bool wxOKlibc(); /* for internal use */
-
 
 /* multibyte to wide char conversion functions and macros */