From 4de422dcd5450e538a1e5b8278369b6cbc35c048 Mon Sep 17 00:00:00 2001
From: Vadim Zeitlin <vadim@wxwidgets.org>
Date: Wed, 16 Feb 2000 19:22:11 +0000
Subject: [PATCH] removed test wxYield

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---
 samples/dialogs/dialogs.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/samples/dialogs/dialogs.cpp b/samples/dialogs/dialogs.cpp
index 5f40eb07f9..1550e8cf6a 100644
--- a/samples/dialogs/dialogs.cpp
+++ b/samples/dialogs/dialogs.cpp
@@ -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.");
 
-- 
2.47.2