X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4d5e0098a085526d00198f46d21d69a3514407e..665bbe97a9faddd31f99ab8ca3859e2f98ad0d21:/samples/sockets/server.cpp diff --git a/samples/sockets/server.cpp b/samples/sockets/server.cpp index d43fc768b9..47acc20ab4 100644 --- a/samples/sockets/server.cpp +++ b/samples/sockets/server.cpp @@ -370,8 +370,6 @@ void MyFrame::OnSocketEvent(wxSocketEvent& event) // wxSocketEvent again. sock->SetNotify(wxSOCKET_LOST_FLAG); - m_text->AppendText(); - // Which test are we going to run? unsigned char c; sock->Read(&c, 1);