X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dc26eeb36a7415bd73d3e442c79b7acc0aeed6eb..b5f842a9021390843aa4f261f028c62c1e3b517b:/include/wx/msw/radiobox.h diff --git a/include/wx/msw/radiobox.h b/include/wx/msw/radiobox.h index 60f29cb922..a301eba172 100644 --- a/include/wx/msw/radiobox.h +++ b/include/wx/msw/radiobox.h @@ -123,9 +123,6 @@ protected: // common part of all ctors void Init(); - // we can't compute our best size before the items are added to the control - virtual void SetInitialBestSize(const wxSize& WXUNUSED(size)) { } - // subclass one radio button void SubclassRadioButton(WXHWND hWndBtn);