X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..2b260bc3e2f269de090eefdaefc1450207a7734e:/include/wx/os2/msgdlg.h diff --git a/include/wx/os2/msgdlg.h b/include/wx/os2/msgdlg.h index af7a32d046..ab51303670 100644 --- a/include/wx/os2/msgdlg.h +++ b/include/wx/os2/msgdlg.h @@ -42,14 +42,5 @@ protected: wxWindow* m_pParent; }; // end of CLASS wxMessageDialog - -int WXDLLEXPORT wxMessageBox( const wxString& rsMessage - ,const wxString& rsCaption = wxMessageBoxCaptionStr - ,long lStyle = wxOK|wxCENTRE - ,wxWindow* pParent = NULL - ,int nX = -1 - ,int nY = -1 - ); - #endif // _WX_MSGBOXDLG_H_