removed no longer needed wxOKlibc() helper

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-04-16 22:35:25 +00:00
parent 93928d517b
commit 7e38638c34
3 changed files with 0 additions and 30 deletions

View 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 */