]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appbase.cpp
Allow wx parents a chance to handle events fired by non-wx children. (i.e. wxActiveX...
[wxWidgets.git] / src / common / appbase.cpp
index 35145e1e8f731553ea898ddf6c9520405753017b..663e7ea67063d7c5064f7bc9ffe2fa7003b7f974 100644 (file)
@@ -207,10 +207,6 @@ int wxAppConsole::OnExit()
     delete wxConfigBase::Set((wxConfigBase *) NULL);
 #endif // wxUSE_CONFIG
 
     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;
 }
 
     return 0;
 }