X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f8ebb70d6c40f5ba8db6c24a6537cc65ac48ccd6..36a0190ebd5bd9a7302f60f6dcd608b80574e21c:/interface/wx/propdlg.h?ds=sidebyside diff --git a/interface/wx/propdlg.h b/interface/wx/propdlg.h index 9b7c9bbe05..dd953cce0d 100644 --- a/interface/wx/propdlg.h +++ b/interface/wx/propdlg.h @@ -2,8 +2,7 @@ // Name: propdlg.h // Purpose: interface of wxPropertySheetDialog // Author: wxWidgets team -// RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -182,13 +181,6 @@ public: */ void SetBookCtrl(wxBookCtrlBase* bookCtrl); - /** - Sets the inner sizer that contains the book control and button sizer. - - You will normally not need to use this. - */ - void SetInnerSizer(wxSizer* sizer); - /** You can customize the look and feel of the dialog by setting the sheet style. It is a bit list of the ::wxPropertySheetDialogFlags values.