don't call CreatesMessageOutput() explicitly, it will be created on demand as/if/when needed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16919 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-09-01 20:00:46 +00:00
parent ec8c565daf
commit 748333bd25

View File

@ -111,7 +111,6 @@ bool WXDLLEXPORT wxInitialize()
return FALSE;
}
wxTheApp->CreateMessageOutput();
gs_nInitCount++;
return TRUE;