X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe161a2685012cf90bb5bfe95f2260aee71d8ad7..dc5960727c6161aaf98e512e396ae1a021326de8:/include/wx/stattext.h diff --git a/include/wx/stattext.h b/include/wx/stattext.h index c210383e5c..8590052f74 100644 --- a/include/wx/stattext.h +++ b/include/wx/stattext.h @@ -17,8 +17,6 @@ public: virtual void ApplyParentThemeBackground(const wxColour& bg) { SetBackgroundColour(bg); } - bool GetAdjustMinSizeFlag() const { return !HasFlag(wxST_NO_AUTORESIZE); } - private: DECLARE_NO_COPY_CLASS(wxStaticTextBase) };