X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..3786c8b587f82e406ba9656847b5bff4ed9209c2:/include/wx/process.h?ds=sidebyside

diff --git a/include/wx/process.h b/include/wx/process.h
index b61f2a99f0..f707116868 100644
--- a/include/wx/process.h
+++ b/include/wx/process.h
@@ -101,11 +101,6 @@ public:
                         wxInputStream *errStream);
 #endif // wxUSE_STREAMS
 
-    // for backwards compatibility only, don't use
-#if WXWIN_COMPATIBILITY_2_2
-    wxDEPRECATED( wxProcess(wxEvtHandler *parent, bool redirect) );
-#endif // WXWIN_COMPATIBILITY_2_2
-
 protected:
     void Init(wxEvtHandler *parent, int id, int flags);