X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/51fe4b60ab4fec78eb1a67473d08b1c4740d03f5..a881f34e499feadfef915b9d4c80e45a73ba37d4:/include/wx/unix/apptbase.h diff --git a/include/wx/unix/apptbase.h b/include/wx/unix/apptbase.h index a91141b860..4ec132c140 100644 --- a/include/wx/unix/apptbase.h +++ b/include/wx/unix/apptbase.h @@ -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