From: Vadim Zeitlin Date: Tue, 2 Aug 2011 19:46:35 +0000 (+0000) Subject: Remove documentation of non-existent wxTextAttr::CreateFont(). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d6f2b04c723e0e949bfc01a000c60cfac5b96185 Remove documentation of non-existent wxTextAttr::CreateFont(). This method doesn't exist (only GetFont() does), so don't document it. Closes #13372. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/textctrl.h b/interface/wx/textctrl.h index 422a703e5a..c17e10f917 100644 --- a/interface/wx/textctrl.h +++ b/interface/wx/textctrl.h @@ -220,11 +220,6 @@ public: bool Apply(const wxTextAttr& style, const wxTextAttr* compareWith = NULL); - /** - Creates a font from the font attributes. - */ - wxFont CreateFont() const; - /** Copies all defined/valid properties from overlay to current object. */