From: Václav Slavík Date: Mon, 31 Dec 2001 23:30:29 +0000 (+0000) Subject: removed previously unused and now uncompilable code from wxMGL X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f16fa5265732906b88f2a2fd77326f0b1f54b92a?ds=inline 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 --- diff --git a/src/mgl/app.cpp b/src/mgl/app.cpp index 4ff72018bc..994448650d 100644 --- a/src/mgl/app.cpp +++ b/src/mgl/app.cpp @@ -411,8 +411,6 @@ bool wxApp::Initialize() wxClassInfo::InitializeClasses(); - wxSystemSettings::Init(); - #if wxUSE_INTL wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding()); #endif @@ -486,8 +484,6 @@ void wxApp::CleanUp() delete wxPendingEventsLocker; #endif - wxSystemSettings::Done(); - wxClassInfo::CleanUpClasses(); // Can't do this in wxModule, because fonts are needed by stock lists