From 39b50fdaea12cd833c0cb4572ce16306a0984ba0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Mon, 31 Dec 2001 11:53:31 +0000 Subject: [PATCH] wxSystemSettings mods in wxGTK git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/gtk/app.cpp | 4 ---- src/gtk1/app.cpp | 4 ---- 2 files changed, 8 deletions(-) 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(); -- 2.45.2