wxSystemSettings mods in wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13269 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2001-12-31 11:53:31 +00:00
parent 0ab5e0e88f
commit 39b50fdaea
2 changed files with 0 additions and 8 deletions

View 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();

View 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();