]> git.saurik.com Git - wxWidgets.git/commitdiff
wxSystemSettings mods in wxGTK
authorVáclav Slavík <vslavik@fastmail.fm>
Mon, 31 Dec 2001 11:53:31 +0000 (11:53 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Mon, 31 Dec 2001 11:53:31 +0000 (11:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/app.cpp
src/gtk1/app.cpp

index f5afdd777c4d3df24cc61de7e534af908fd7c434..f66454123e78bad7151c392bda628ccb7c573670 100644 (file)
@@ -580,8 +580,6 @@ bool wxApp::Initialize()
 
     wxClassInfo::InitializeClasses();
 
-    wxSystemSettings::Init();
-    
 #if wxUSE_INTL
     wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding());
 #endif
@@ -636,8 +634,6 @@ void wxApp::CleanUp()
     delete wxPendingEventsLocker;
 #endif
 
-    wxSystemSettings::Done();
-
     delete[] wxBuffer;
 
     wxClassInfo::CleanUpClasses();
index f5afdd777c4d3df24cc61de7e534af908fd7c434..f66454123e78bad7151c392bda628ccb7c573670 100644 (file)
@@ -580,8 +580,6 @@ bool wxApp::Initialize()
 
     wxClassInfo::InitializeClasses();
 
-    wxSystemSettings::Init();
-    
 #if wxUSE_INTL
     wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding());
 #endif
@@ -636,8 +634,6 @@ void wxApp::CleanUp()
     delete wxPendingEventsLocker;
 #endif
 
-    wxSystemSettings::Done();
-
     delete[] wxBuffer;
 
     wxClassInfo::CleanUpClasses();