]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
rebaked everything, fixes problems with OpenGL samples makefiles
[wxWidgets.git] / src / common / appcmn.cpp
index afbb66008ba9e94d9e5f07253420595b0d3cd947..fc3bdeff6211a0de955685a967d3b5ade89c2748 100644 (file)
@@ -565,14 +565,8 @@ void wxGUIAppTraitsBase::RemoveFromPendingDelete(wxObject *object)
 
 GSocketGUIFunctionsTable* wxGUIAppTraitsBase::GetSocketGUIFunctionsTable()
 {
 
 GSocketGUIFunctionsTable* wxGUIAppTraitsBase::GetSocketGUIFunctionsTable()
 {
-#if defined(__WXMAC__) && !defined(__DARWIN__)
-    // NB: wxMac CFM does not have any GUI-specific functions in gsocket.c and
-    //     so it doesn't need this table at all
-    return NULL;
-#else // !__WXMAC__ || __DARWIN__
     static GSocketGUIFunctionsTableConcrete table;
     return &table;
     static GSocketGUIFunctionsTableConcrete table;
     return &table;
-#endif // !__WXMAC__ || __DARWIN__
 }
 
 #endif
 }
 
 #endif