From: Václav Slavík Date: Sun, 4 Aug 2002 15:40:25 +0000 (+0000) Subject: no more hacks needed in wxrc now that wxMessageOutput works... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/df65cc5a4be1f49e8bd240b78f5978d729367cb8 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 --- 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())