From fa604514166a39e86f1924a51b7da1b9ae8be0e9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 20 Feb 2012 21:56:10 +0000 Subject: [PATCH] Remove inexistent wxPropertySheetDialog::SetInnerSizer() from documentation. Closes #13997. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/propdlg.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/interface/wx/propdlg.h b/interface/wx/propdlg.h index 4349afacc3..a55804eaea 100644 --- a/interface/wx/propdlg.h +++ b/interface/wx/propdlg.h @@ -182,13 +182,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. -- 2.45.2