]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sockets/server.cpp
regenerated configure from configure.in
[wxWidgets.git] / samples / sockets / server.cpp
index d43fc768b9bcfcd0a480ef154b8dfd853440ac7e..47acc20ab4fc1d0c711ded571a78032d2c501c03 100644 (file)
@@ -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);