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
This commit is contained in:
Vadim Zeitlin
2012-02-20 21:56:10 +00:00
parent 67414f005d
commit fa60451416

View File

@@ -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.