removed test wxYield

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-02-16 19:22:11 +00:00
parent d1c0b4f97e
commit 4de422dcd5

View File

@@ -233,8 +233,6 @@ void MyFrame::LogDialog(wxCommandEvent& event)
wxLogMessage("This is some message - everything is ok so far.");
wxLogMessage("Another message...\n... this one is on multiple lines");
wxLogWarning("And then something went wrong!");
// if we have this wxYield() here, everything breaks under GTK
wxYield();
wxLogError("Intermediary error handler decided to abort.");
wxLogError("The top level caller detected an unrecoverable error.");