]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/apptbase.h
implement images support for wxButton under XP and later
[wxWidgets.git] / include / wx / unix / apptbase.h
index a91141b8600a9661fd13e37f6a033ba3da8056a7..4ec132c140f46e01f2cee64691073f283fc474e9 100644 (file)
@@ -43,18 +43,6 @@ public:
     virtual int AddProcessCallback(wxEndProcessData *data, int fd);
 
 
-    // wxThread helpers
-    // ----------------
-
-    // Darwin uses the same wxSocketManager in console and GUI and, like MSW,
-    // uses SetDefaultSocketManager() to initialize it
-#if wxUSE_SOCKETS && !defined(__DARWIN__)
-    // returns the select()-based socket manager for console applications which
-    // is also used by some ports (wxX11, wxDFB) in the GUI build (hence it is
-    // here and not in wxConsoleAppTraits)
-    virtual wxSocketManager *GetSocketManager();
-#endif
-
 protected:
     // a helper for the implementation of WaitForChild() in wxGUIAppTraits:
     // checks the streams used for redirected IO in execData and returns true