]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove some cruft
authorDavid Elliott <dfe@tgwbd.org>
Tue, 10 Aug 2004 03:07:37 +0000 (03:07 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Tue, 10 Aug 2004 03:07:37 +0000 (03:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/unix/gsockunx.h

index 0475db8c52e33bb9e21476583b109ee459fe86d8..cf04be6a65076bd248bc6886ee0dfb43f0f4cea1 100644 (file)
@@ -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: