]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/gsocket.cpp
ignore WinCE projects and build directories
[wxWidgets.git] / src / mac / carbon / gsocket.cpp
index 1b14f7d3a0d74a2ef033e234d23994f124c56416..123d9cd6b5f8affde95bf862975f97b2e95ab36f 100644 (file)
@@ -194,19 +194,11 @@ static void SetDefaultEndpointModes(EndpointRef ep , void *data )
 */
 }
 
-/* Global initialisers */
-
-void GSocket_SetGUIFunctions(GSocketGUIFunctionsTable *table)
-{
-    // do nothing, wxMac doesn't have wxBase-GUI separation yet
-}
-
-int GSocket_Init()
+bool GSocket_Init()
 {
-    return 1;
+    return true;
 }
 
-bool GSocket_Verify_Inited() ;
 bool GSocket_Verify_Inited()
 {
     OSStatus err ;