]> git.saurik.com Git - wxWidgets.git/commitdiff
removed previously unused and now uncompilable code from wxMGL
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 31 Dec 2001 23:30:29 +0000 (23:30 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 31 Dec 2001 23:30:29 +0000 (23:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mgl/app.cpp

index 4ff72018bc2f087c967f0af99b53449b17277717..994448650d4f7f743f64e54ec8a7f36975c43423 100644 (file)
@@ -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