]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/msgdlg.h
compilation fixes (I wonder how did you people ever compile it...)
[wxWidgets.git] / include / wx / os2 / msgdlg.h
index af7a32d0466231870cae8c3613453943acd60d5a..ab513036708395e027f84f13d281cc8aa5c9fae0 100644 (file)
@@ -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_