X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..9ef63a4a59eccce6cd8787f0ed966bfa8365a22e:/include/wx/os2/msgdlg.h diff --git a/include/wx/os2/msgdlg.h b/include/wx/os2/msgdlg.h index af7a32d046..d5fda7dc58 100644 --- a/include/wx/os2/msgdlg.h +++ b/include/wx/os2/msgdlg.h @@ -20,8 +20,6 @@ * Message box dialog */ -WXDLLEXPORT_DATA(extern const char*) wxMessageBoxCaptionStr; - class WXDLLEXPORT wxMessageDialog : public wxDialog { DECLARE_DYNAMIC_CLASS(wxMessageDialog) @@ -42,14 +40,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_