X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/598fe99d56158319f6b5f817c4670748f98bc70a..27d79a5027bee4f46e57c813d072422065cb1592:/src/os2/utils.cpp diff --git a/src/os2/utils.cpp b/src/os2/utils.cpp index 66af86b3e8..40339d1593 100644 --- a/src/os2/utils.cpp +++ b/src/os2/utils.cpp @@ -636,12 +636,3 @@ wxString wxPMErrorToStr(ERRORID vError) } return sError; } // end of wxPMErrorToStr - -// replacement for implementation in unix/utilsunx.cpp, -// to be used by all X11 based ports. -struct wxEndProcessData; - -void wxHandleProcessTermination(wxEndProcessData *WXUNUSED(proc_data)) -{ - // For now, just do nothing. To be filled in as needed. -}