From: David Elliott Date: Sun, 3 Aug 2003 04:05:14 +0000 (+0000) Subject: Removed wxTheApp = this from wxApp constructor X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e22958052da57d397f8b972f949fd80bfc678388 Removed wxTheApp = this from wxApp constructor git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/cocoa/app.mm b/src/cocoa/app.mm index d5c70c6f32..89a375eb1a 100644 --- a/src/cocoa/app.mm +++ b/src/cocoa/app.mm @@ -168,7 +168,6 @@ void wxApp::CleanUp() wxApp::wxApp() { m_topWindow = NULL; - wxTheApp = this; m_isIdle = true; #if WXWIN_COMPATIBILITY_2_2