]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/apptbase.h
Fix for deprecated constructor issues, setting a function without a body as inline...
[wxWidgets.git] / include / wx / unix / apptbase.h
index 0f774523908d6d644993afb40520acdb60f5a266..4ec132c140f46e01f2cee64691073f283fc474e9 100644 (file)
@@ -14,7 +14,6 @@
 
 struct wxEndProcessData;
 struct wxExecuteData;
-class wxPipe;
 
 // ----------------------------------------------------------------------------
 // wxAppTraits: the Unix version adds extra hooks needed by Unix code
@@ -44,18 +43,6 @@ public:
     virtual int AddProcessCallback(wxEndProcessData *data, int fd);
 
 
-    // wxThread helpers
-    // ----------------
-
-    // TODO
-
-#if wxUSE_SOCKETS
-    // 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 GSocketManager *GetSocketManager();
-#endif
-
 protected:
     // a helper for the implementation of WaitForChild() in wxGUIAppTraits:
     // checks the streams used for redirected IO in execData and returns true