]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove documentation of non-existent wxTextAttr::CreateFont().
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 2 Aug 2011 19:46:35 +0000 (19:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 2 Aug 2011 19:46:35 +0000 (19:46 +0000)
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

interface/wx/textctrl.h

index 422a703e5a9bae7647081474d2e473f9701ce294..c17e10f9173a8c8a2b8420e357c0a228b4821bf1 100644 (file)
@@ -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.
     */