]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/utils.cpp
Correctly restore the originally used C locale in wxLocale dtor.
[wxWidgets.git] / src / os2 / utils.cpp
index adf5aab3da68a2a7b1e79ffded61e871b161f2d4..40339d1593d6b9f0144c1a648f0f07ea067c2bcf 100644 (file)
@@ -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.
-}