X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..e80edb8515cc574f8ad264f47bd9cfe9501cfc97:/include/wx/process.h 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);