Removed wxTheApp = this from wxApp constructor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott 2003-08-03 04:05:14 +00:00
parent 5b59df8315
commit e22958052d

View File

@ -168,7 +168,6 @@ void wxApp::CleanUp()
wxApp::wxApp()
{
m_topWindow = NULL;
wxTheApp = this;
m_isIdle = true;
#if WXWIN_COMPATIBILITY_2_2