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

@@ -364,14 +364,8 @@ bool wxApp::Initialize(int& argc_, wxChar **argv_)
}
#endif // wxUSE_THREADS
// We should have the wxUSE_WCHAR_T test on the _outside_
#if wxUSE_WCHAR_T
// gtk+ 2.0 supports Unicode through UTF-8 strings
wxConvCurrent = &wxConvUTF8;
#else // !wxUSE_WCHAR_T
if (!wxOKlibc())
wxConvCurrent = (wxMBConv*) NULL;
#endif // wxUSE_WCHAR_T/!wxUSE_WCHAR_T
// decide which conversion to use for the file names