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
This commit is contained in:
Václav Slavík
2002-08-04 15:40:25 +00:00
parent 585a7f9db3
commit df65cc5a4b
2 changed files with 0 additions and 14 deletions

View 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); wxCmdLineParser parser(cmdLineDesc, argc, argv);
switch (parser.Parse()) switch (parser.Parse())

View 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); wxCmdLineParser parser(cmdLineDesc, argc, argv);
switch (parser.Parse()) switch (parser.Parse())