removed GSocket_[Un]Streamed(), GSocket_SetNonOriented() must be used instead

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-07-26 21:35:32 +00:00
parent f7aa747716
commit 17d3ce7eff
2 changed files with 0 additions and 13 deletions

View File

@@ -287,9 +287,6 @@ GSocketError GSocket_GetSockOpt(GSocket *socket, int level, int optname,
GSocketError GSocket_SetSockOpt(GSocket *socket, int level, int optname,
const void *optval, int optlen);
void GSocket_Streamed(GSocket *socket);
void GSocket_Unstreamed(GSocket *socket);
/* Attributes */
/* GSocket_SetNonBlocking: