From 1d17f92389f6138ae113e8b59a8d4e3bc4ca78a5 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Sun, 18 Jan 2004 21:57:52 +0000 Subject: [PATCH] Removed this file since it was only stubs and we now have the common Mac OS X implementation in src/mac/gsockosx.c(pp) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/cocoa/gsockcocoa.c | 49 ------------------------------------------ 1 file changed, 49 deletions(-) delete mode 100644 src/cocoa/gsockcocoa.c diff --git a/src/cocoa/gsockcocoa.c b/src/cocoa/gsockcocoa.c deleted file mode 100644 index 1df818b89c..0000000000 --- a/src/cocoa/gsockcocoa.c +++ /dev/null @@ -1,49 +0,0 @@ -/* ------------------------------------------------------------------------- - * Project: GSocket (Generic Socket) for WX - * Name: gsockmot.c - * Purpose: GSocket: X11 part - * CVSID: $Id$ - * ------------------------------------------------------------------------- */ - -#include "wx/setup.h" - -#if wxUSE_SOCKETS - -#include -#include "wx/gsocket.h" - -int _GSocket_GUI_Init(void) -{ - return 1; -} - -void _GSocket_GUI_Cleanup(void) -{ -} - -int _GSocket_GUI_Init_Socket(GSocket *socket) -{ - return 0; -} - -void _GSocket_GUI_Destroy_Socket(GSocket *socket) -{ -} - -void _GSocket_Install_Callback(GSocket *socket, GSocketEvent event) -{ -} - -void _GSocket_Uninstall_Callback(GSocket *socket, GSocketEvent event) -{ -} - -void _GSocket_Enable_Events(GSocket *socket) -{ -} - -void _GSocket_Disable_Events(GSocket *socket) -{ -} - -#endif // wxUSE_SOCKETS -- 2.45.2