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:
		| @@ -580,8 +580,6 @@ bool wxApp::Initialize() | |||||||
|  |  | ||||||
|     wxClassInfo::InitializeClasses(); |     wxClassInfo::InitializeClasses(); | ||||||
|  |  | ||||||
|     wxSystemSettings::Init(); |  | ||||||
|      |  | ||||||
| #if wxUSE_INTL | #if wxUSE_INTL | ||||||
|     wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding()); |     wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding()); | ||||||
| #endif | #endif | ||||||
| @@ -636,8 +634,6 @@ void wxApp::CleanUp() | |||||||
|     delete wxPendingEventsLocker; |     delete wxPendingEventsLocker; | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|     wxSystemSettings::Done(); |  | ||||||
|  |  | ||||||
|     delete[] wxBuffer; |     delete[] wxBuffer; | ||||||
|  |  | ||||||
|     wxClassInfo::CleanUpClasses(); |     wxClassInfo::CleanUpClasses(); | ||||||
|   | |||||||
| @@ -580,8 +580,6 @@ bool wxApp::Initialize() | |||||||
|  |  | ||||||
|     wxClassInfo::InitializeClasses(); |     wxClassInfo::InitializeClasses(); | ||||||
|  |  | ||||||
|     wxSystemSettings::Init(); |  | ||||||
|      |  | ||||||
| #if wxUSE_INTL | #if wxUSE_INTL | ||||||
|     wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding()); |     wxFont::SetDefaultEncoding(wxLocale::GetSystemEncoding()); | ||||||
| #endif | #endif | ||||||
| @@ -636,8 +634,6 @@ void wxApp::CleanUp() | |||||||
|     delete wxPendingEventsLocker; |     delete wxPendingEventsLocker; | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|     wxSystemSettings::Done(); |  | ||||||
|  |  | ||||||
|     delete[] wxBuffer; |     delete[] wxBuffer; | ||||||
|  |  | ||||||
|     wxClassInfo::CleanUpClasses(); |     wxClassInfo::CleanUpClasses(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user