From: Vadim Zeitlin Date: Sun, 1 Sep 2002 20:00:46 +0000 (+0000) Subject: don't call CreatesMessageOutput() explicitly, it will be created on demand as/if... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/748333bd250709a114c61ffa620fc66c3ea9ff67 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 --- diff --git a/src/common/init.cpp b/src/common/init.cpp index 527e5ca42d..09ae97826c 100644 --- a/src/common/init.cpp +++ b/src/common/init.cpp @@ -111,7 +111,6 @@ bool WXDLLEXPORT wxInitialize() return FALSE; } - wxTheApp->CreateMessageOutput(); gs_nInitCount++; return TRUE;