X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/677856c9ef3e4d4f0bb4b9acf71fd8f6a90a2f01..ca7d651d5dcc2e976a64a0c1718e58dc338f19a9:/src/common/appbase.cpp diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index 35145e1e8f..663e7ea670 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -207,10 +207,6 @@ int wxAppConsole::OnExit() delete wxConfigBase::Set((wxConfigBase *) NULL); #endif // wxUSE_CONFIG - // use Set(NULL) and not Get() to avoid creating a message output object on - // demand when we just want to delete it - delete wxMessageOutput::Set(NULL); - return 0; }