]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/socket.cpp
Fixed lack of copying help. Regenerated makefiles.
[wxWidgets.git] / 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 )
   {