X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0dbd6262a9ee7d735fb3930707346298f71b2cb7..9fe52545f5b4a21e3cdeab5d0aa8d9e6a91355c3:/include/wx/mac/msgdlg.h diff --git a/include/wx/mac/msgdlg.h b/include/wx/mac/msgdlg.h index 58fa8e51ae..7fff51a61a 100644 --- a/include/wx/mac/msgdlg.h +++ b/include/wx/mac/msgdlg.h @@ -41,10 +41,5 @@ public: int ShowModal(); }; - -int WXDLLEXPORT wxMessageBox(const wxString& message, const wxString& caption = wxMessageBoxCaptionStr, - long style = wxOK|wxCENTRE, - wxWindow *parent = NULL, int x = -1, int y = -1); - #endif // _WX_MSGBOXDLG_H_