From: Francesco Montorsi <f18m_cpp217828@yahoo.it> Date: Mon, 29 Sep 2008 10:18:36 +0000 (+0000) Subject: remove deprecation from wxWizard::SetPageSize X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b38a20c1539dbbdc7cd1c43268d5f6e15bdd8fda remove deprecation from wxWizard::SetPageSize git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/wizard.h b/interface/wx/wizard.h index fb0fd893d8..50c20e823f 100644 --- a/interface/wx/wizard.h +++ b/interface/wx/wizard.h @@ -494,9 +494,6 @@ public: 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 the pages and pass it to SetPageSize(). - - @deprecated - This method is obsolete, use GetPageAreaSizer() instead. */ virtual void SetPageSize(const wxSize& sizePage); };