X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95b4a59e67af301bb6ff061055ac5a9a09b96d6c..232b2162776e08c0b16d5280b90f5c075f38c667:/interface/wx/wizard.h 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); };