X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03647350fc7cd141953c72e0284e928847d30f44..ada25b6e95c3da511b0663775d79c59474344c34:/src/os2/utils.cpp diff --git a/src/os2/utils.cpp b/src/os2/utils.cpp index adf5aab3da..40339d1593 100644 --- a/src/os2/utils.cpp +++ b/src/os2/utils.cpp @@ -306,12 +306,6 @@ void wxFlushEvents() // wxYield(); } -// Emit a beeeeeep -void wxBell() -{ - DosBeep(1000,1000); // 1kHz during 1 sec. -} - wxString wxGetOsDescription() { wxString strVer(wxT("OS/2")); @@ -642,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. -}