removed previously unused and now uncompilable code from wxMGL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-12-31 23:30:29 +00:00
parent a174f139e1
commit f16fa52657

View File

@@ -411,8 +411,6 @@ bool wxApp::Initialize()
wxClassInfo::InitializeClasses(); wxClassInfo::InitializeClasses();
wxSystemSettings::Init();
#if wxUSE_INTL #if wxUSE_INTL
wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding()); wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding());
#endif #endif
@@ -486,8 +484,6 @@ void wxApp::CleanUp()
delete wxPendingEventsLocker; delete wxPendingEventsLocker;
#endif #endif
wxSystemSettings::Done();
wxClassInfo::CleanUpClasses(); wxClassInfo::CleanUpClasses();
// Can't do this in wxModule, because fonts are needed by stock lists // Can't do this in wxModule, because fonts are needed by stock lists