From 2df793f9f482688be754e8657ab733c9d4fcb010 Mon Sep 17 00:00:00 2001 From: David Webster Date: Tue, 21 Mar 2000 13:39:53 +0000 Subject: [PATCH] Quick VA fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/gsocket.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/os2/gsocket.c b/src/os2/gsocket.c index 44ff3ad5ff..8ba4efe94a 100644 --- a/src/os2/gsocket.c +++ b/src/os2/gsocket.c @@ -80,19 +80,10 @@ int _System soclose(int); /* Global initialisers */ -#if !defined(__VISAGECPP__) - int GSocket_Init() { return 1; } -#else -bool GSocket_Init() -{ - return 1; -} - -#endif void GSocket_Cleanup() { -- 2.50.0