]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/msgdlg.h
Don't use images for wxNotebook because of crash
[wxWidgets.git] / include / wx / os2 / msgdlg.h
index af7a32d0466231870cae8c3613453943acd60d5a..d5fda7dc58b3815a9a445e913c96f41928e48e0e 100644 (file)
@@ -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_