diff --git a/src/common/socket.cpp b/src/common/socket.cpp index 043eb9a07d..8edfe18588 100644 --- a/src/common/socket.cpp +++ b/src/common/socket.cpp @@ -1267,7 +1267,6 @@ wxDatagramSocket::wxDatagramSocket( wxSockAddress& addr, return; } // Setup the socket as non connection oriented - GSocket_Unstreamed(m_socket); GSocket_SetLocal(m_socket, addr.GetAddress()); if( GSocket_SetNonOriented(m_socket) != GSOCK_NOERROR ) {