X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..137c8bde085d6d5b7c459902d2ea1a198ab48765:/src/common/process.cpp diff --git a/src/common/process.cpp b/src/common/process.cpp index 2e32b8cd74..9413b71d12 100644 --- a/src/common/process.cpp +++ b/src/common/process.cpp @@ -43,15 +43,6 @@ IMPLEMENT_DYNAMIC_CLASS(wxProcessEvent, wxEvent) // wxProcess creation // ---------------------------------------------------------------------------- -#if WXWIN_COMPATIBILITY_2_2 - -wxProcess::wxProcess(wxEvtHandler *parent, bool redirect) -{ - Init(parent, wxID_ANY, redirect ? wxPROCESS_REDIRECT : wxPROCESS_DEFAULT); -} - -#endif // WXWIN_COMPATIBILITY_2_2 - void wxProcess::Init(wxEvtHandler *parent, int id, int flags) { if ( parent )