]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed wxTheApp = this from wxApp constructor
authorDavid Elliott <dfe@tgwbd.org>
Sun, 3 Aug 2003 04:05:14 +0000 (04:05 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Sun, 3 Aug 2003 04:05:14 +0000 (04:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/app.mm

index d5c70c6f3285fd1206e6fc23c6ef6ad046077360..89a375eb1a290ed006f3c40bd45044472005c3cf 100644 (file)
@@ -168,7 +168,6 @@ void wxApp::CleanUp()
 wxApp::wxApp()
 {
     m_topWindow = NULL;
-    wxTheApp = this;
 
     m_isIdle = true;
 #if WXWIN_COMPATIBILITY_2_2