X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/456e28d28dcf6f379508e16ffef3aa85bf642c31..6f0b6fd1e4b5b2633e1f34c54c8d4f4e5da98637:/src/generic/stattextg.cpp?ds=sidebyside diff --git a/src/generic/stattextg.cpp b/src/generic/stattextg.cpp index 2047f27d0e..d4cd0c364a 100644 --- a/src/generic/stattextg.cpp +++ b/src/generic/stattextg.cpp @@ -82,14 +82,6 @@ wxSize wxGenericStaticText::DoGetBestClientSize() const return wxSize(width, height); } -wxSize wxGenericStaticText::DoGetBestSize() const -{ - wxSize ret = DoGetBestClientSize(); - CacheBestSize(ret); - return ret; -} - - void wxGenericStaticText::SetLabel(const wxString& label) { wxControl::SetLabel(label);