From df65cc5a4be1f49e8bd240b78f5978d729367cb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sun, 4 Aug 2002 15:40:25 +0000 Subject: [PATCH] no more hacks needed in wxrc now that wxMessageOutput works... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/utils/wxrc/wxrc.cpp | 7 ------- utils/wxrc/wxrc.cpp | 7 ------- 2 files changed, 14 deletions(-) diff --git a/contrib/utils/wxrc/wxrc.cpp b/contrib/utils/wxrc/wxrc.cpp index 38b5ac59fc..94ea9473c0 100644 --- a/contrib/utils/wxrc/wxrc.cpp +++ b/contrib/utils/wxrc/wxrc.cpp @@ -100,13 +100,6 @@ int XmlResApp::OnRun() { wxCMD_LINE_NONE } }; -#if wxUSE_GUI && !defined(__WXMSW__) - // VS: I need reasonable output to console from wxCmdLineParser - // - temporary, will hopefully be fixed in future in wxWin - wxLog::SetTimestamp(NULL); - delete wxLog::SetActiveTarget(new wxLogStderr); -#endif - wxCmdLineParser parser(cmdLineDesc, argc, argv); switch (parser.Parse()) diff --git a/utils/wxrc/wxrc.cpp b/utils/wxrc/wxrc.cpp index 38b5ac59fc..94ea9473c0 100644 --- a/utils/wxrc/wxrc.cpp +++ b/utils/wxrc/wxrc.cpp @@ -100,13 +100,6 @@ int XmlResApp::OnRun() { wxCMD_LINE_NONE } }; -#if wxUSE_GUI && !defined(__WXMSW__) - // VS: I need reasonable output to console from wxCmdLineParser - // - temporary, will hopefully be fixed in future in wxWin - wxLog::SetTimestamp(NULL); - delete wxLog::SetActiveTarget(new wxLogStderr); -#endif - wxCmdLineParser parser(cmdLineDesc, argc, argv); switch (parser.Parse()) -- 2.45.2