]> git.saurik.com Git - wxWidgets.git/commitdiff
remove deprecation from wxWizard::SetPageSize
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 29 Sep 2008 10:18:36 +0000 (10:18 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Mon, 29 Sep 2008 10:18:36 +0000 (10:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/wizard.h

index fb0fd893d8e9c1acbea239fc835f069857e3e604..50c20e823f36917c537b0a226bda563dbfde8c57 100644 (file)
@@ -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().
         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);
 };
     */
     virtual void SetPageSize(const wxSize& sizePage);
 };