From 96e169b5230964b7aa6244a5696c1b2aafad8b96 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sun, 18 Nov 2001 07:29:36 +0000 Subject: [PATCH] removed duplicated prototype git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/motif/msgdlg.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/wx/motif/msgdlg.h b/include/wx/motif/msgdlg.h index 4275fa2874..dfb16cbf2f 100644 --- a/include/wx/motif/msgdlg.h +++ b/include/wx/motif/msgdlg.h @@ -51,12 +51,5 @@ protected: long m_result; }; - -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_ -- 2.45.2