]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxcrt.h
listctrl generic is used outside of osx-carbon
[wxWidgets.git] / include / wx / wxcrt.h
index 6383a0f5d3e9be16e37a1d9ec237990fcbfd1b13..1549dc436b918a69a666a567f5804db2bc86a711 100644 (file)
@@ -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 */