From f16fa5265732906b88f2a2fd77326f0b1f54b92a Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 31 Dec 2001 23:30:29 +0000 Subject: [PATCH] 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 --- src/mgl/app.cpp | 4 ---- 1 file changed, 4 deletions(-) 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 -- 2.50.0