Remove some cruft
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
010b56799f
commit
91a40e94b9
@ -64,9 +64,6 @@ public:
|
||||
GSocketError GetSockOpt(int level, int optname, void *optval, int *optlen);
|
||||
GSocketError SetSockOpt(int level, int optname,
|
||||
const void *optval, int optlen);
|
||||
/* API compatibility functions */
|
||||
static void _GSocket_Detected_Read(GSocket *socket);
|
||||
static void _GSocket_Detected_Write(GSocket *socket);
|
||||
virtual void Detected_Read();
|
||||
virtual void Detected_Write();
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user