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:
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user