From 748333bd250709a114c61ffa620fc66c3ea9ff67 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 1 Sep 2002 20:00:46 +0000 Subject: [PATCH] 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 --- src/common/init.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.45.2