]> git.saurik.com Git - wxWidgets.git/commitdiff
no more hacks needed in wxrc now that wxMessageOutput works...
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 4 Aug 2002 15:40:25 +0000 (15:40 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 4 Aug 2002 15:40:25 +0000 (15:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/utils/wxrc/wxrc.cpp
utils/wxrc/wxrc.cpp

index 38b5ac59fc62ddcbe7a2c35f6d4a3dcebc1f995a..94ea9473c070130e2db9a0bde5487c6941621bda 100644 (file)
@@ -100,13 +100,6 @@ int XmlResApp::OnRun()
         { wxCMD_LINE_NONE }
     };
 
         { 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())
     wxCmdLineParser parser(cmdLineDesc, argc, argv);
 
     switch (parser.Parse())
index 38b5ac59fc62ddcbe7a2c35f6d4a3dcebc1f995a..94ea9473c070130e2db9a0bde5487c6941621bda 100644 (file)
@@ -100,13 +100,6 @@ int XmlResApp::OnRun()
         { wxCMD_LINE_NONE }
     };
 
         { 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())
     wxCmdLineParser parser(cmdLineDesc, argc, argv);
 
     switch (parser.Parse())