]> git.saurik.com Git - wxWidgets.git/commitdiff
removed common duplicated definition
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 27 Jun 2001 21:34:15 +0000 (21:34 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 27 Jun 2001 21:34:15 +0000 (21:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/msgdlg.h

index 58fa8e51ae571267a98c103d8c659c66e23a3088..7fff51a61a851e4c24df2e4beb347abb21f5b026 100644 (file)
@@ -41,10 +41,5 @@ public:
     int ShowModal();
 };
 
     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_
 #endif
     // _WX_MSGBOXDLG_H_