X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07f5b19a15a8664abad7b5176c0260aacbbbc174..3b322b4a1f58b62393a6531dd4466902df3dbe00:/samples/thread/test.cpp diff --git a/samples/thread/test.cpp b/samples/thread/test.cpp index 8133847ac5..5788b0caa2 100644 --- a/samples/thread/test.cpp +++ b/samples/thread/test.cpp @@ -155,7 +155,6 @@ void MyThread::WriteText(const wxString& text) wxMutexGuiEnter(); msg << text; - m_frame->WriteText(msg); wxMutexGuiLeave();