]> 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 66af86b3e842b6b9d29694c48d02aef8063472b0..40339d1593d6b9f0144c1a648f0f07ea067c2bcf 100644 (file)
@@ -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.
-}