X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3fdcd5d5ab5629906a44a76acb6d7ca623347812..e4097f77c440b1f31a80fe273cc732c14d606096:/interface/wx/richmsgdlg.h?ds=inline diff --git a/interface/wx/richmsgdlg.h b/interface/wx/richmsgdlg.h index 3ebedc6c6c..c80462f3e6 100644 --- a/interface/wx/richmsgdlg.h +++ b/interface/wx/richmsgdlg.h @@ -2,7 +2,6 @@ // Name: wx/richmsgdlg.h // Purpose: interface of wxRichMessageDialog // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -67,8 +66,7 @@ public: wxRichMessageDialog(wxWindow* parent, const wxString& message, const wxString& caption = wxMessageBoxCaptionStr, - long style = wxOK | wxCENTRE, - const wxPoint& pos = wxDefaultPosition); + long style = wxOK | wxCENTRE); /** Shows a checkbox with a given label or hides it.