]> git.saurik.com Git - wxWidgets.git/commitdiff
removed GSocket_Unstreamed() call
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Jul 2004 22:14:59 +0000 (22:14 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 26 Jul 2004 22:14:59 +0000 (22:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/socket.cpp

index 043eb9a07d176ea2836f2bfe855ab851f3668a3f..8edfe18588d0f9d5ee91a334e6edc2ab924f3e78 100644 (file)
@@ -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 )
   {