Get rid of wxUSE_GSOCKET_CPLUSPLUS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2004-08-06 20:56:47 +00:00
parent 8b6fc577bd
commit e27c99c750
5 changed files with 0 additions and 358 deletions

View File

@@ -593,25 +593,8 @@ GSocketGUIFunctionsTable* wxGUIAppTraitsBase::GetSocketGUIFunctionsTable()
// so it doesn't need this table at all
return NULL;
#else // !__WXMAC__ || __DARWIN__
#if defined(wxUSE_GSOCKET_CPLUSPLUS)
static GSocketGUIFunctionsTableConcrete table;
return &table;
#else
static GSocketGUIFunctionsTable table =
{
_GSocket_GUI_Init,
_GSocket_GUI_Cleanup,
_GSocket_GUI_Init_Socket,
_GSocket_GUI_Destroy_Socket,
#ifndef __WINDOWS__
_GSocket_Install_Callback,
_GSocket_Uninstall_Callback,
#endif
_GSocket_Enable_Events,
_GSocket_Disable_Events
};
return &table;
#endif // defined(wxUSE_GSOCKET_CPLUSPLUS)
#endif // !__WXMAC__ || __DARWIN__
}