X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/74c481d11721fb42343c6b79996478a2ebacde3a..154fd1e4735bde68600b1901ddb3668d67216de0:/src/common/socket.cpp 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 ) {