X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/456e28d28dcf6f379508e16ffef3aa85bf642c31..033a5ff5c71ee7e787a3bc7e9be55ca0f5d80fa1:/src/generic/stattextg.cpp 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);