remove deprecation from wxWizard::SetPageSize

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2008-09-29 10:18:36 +00:00
parent 8251c171de
commit b38a20c153

View File

@@ -494,9 +494,6 @@ public:
using the sizers (even though the wizard is not resizeable) and then use using the sizers (even though the wizard is not resizeable) and then use
wxSizer::CalcMin() in a loop to calculate the maximum of minimal sizes of wxSizer::CalcMin() in a loop to calculate the maximum of minimal sizes of
the pages and pass it to SetPageSize(). the pages and pass it to SetPageSize().
@deprecated
This method is obsolete, use GetPageAreaSizer() instead.
*/ */
virtual void SetPageSize(const wxSize& sizePage); virtual void SetPageSize(const wxSize& sizePage);
}; };