X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe161a2685012cf90bb5bfe95f2260aee71d8ad7..1e151594721201f2048aa295dcf35acd28f012b9:/include/wx/stattext.h?ds=inline 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) };