From 2d080a4963173fbe216a219bb59f789ce337f7c2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 26 Jul 2004 22:14:59 +0000 Subject: [PATCH] removed GSocket_Unstreamed() call git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/socket.cpp | 1 - 1 file changed, 1 deletion(-) 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 ) {