From b38a20c1539dbbdc7cd1c43268d5f6e15bdd8fda Mon Sep 17 00:00:00 2001 From: Francesco Montorsi Date: Mon, 29 Sep 2008 10:18:36 +0000 Subject: [PATCH] remove deprecation from wxWizard::SetPageSize git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/wizard.h | 3 --- 1 file changed, 3 deletions(-) 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); }; -- 2.50.0