From: Václav Slavík Date: Mon, 31 Dec 2001 11:53:31 +0000 (+0000) Subject: wxSystemSettings mods in wxGTK X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/39b50fdaea12cd833c0cb4572ce16306a0984ba0 wxSystemSettings mods in wxGTK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/app.cpp b/src/gtk/app.cpp index f5afdd777c..f66454123e 100644 --- a/src/gtk/app.cpp +++ b/src/gtk/app.cpp @@ -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(); diff --git a/src/gtk1/app.cpp b/src/gtk1/app.cpp index f5afdd777c..f66454123e 100644 --- a/src/gtk1/app.cpp +++ b/src/gtk1/app.cpp @@ -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();