X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/73a0b98c1b52d8407bf92e15a60e9b8dc869bace..c746b747074dba438ac1c06b612184aaad7c7dc6:/include/wx/bookctrl.h?ds=sidebyside diff --git a/include/wx/bookctrl.h b/include/wx/bookctrl.h index 454e99545a..33599c7a41 100644 --- a/include/wx/bookctrl.h +++ b/include/wx/bookctrl.h @@ -276,9 +276,6 @@ protected: // helper: get the next page wrapping if we reached the end int GetNextPage(bool forward) const; - // Always rely on GetBestSize, which will look at all the pages - virtual void SetInitialBestSize(const wxSize& WXUNUSED(size)) { } - // Lay out controls void DoSize();