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
This commit is contained in:
Vadim Zeitlin
2011-08-02 19:46:35 +00:00
parent 1969499c6f
commit d6f2b04c72

View File

@@ -220,11 +220,6 @@ public:
bool Apply(const wxTextAttr& style, bool Apply(const wxTextAttr& style,
const wxTextAttr* compareWith = NULL); const wxTextAttr* compareWith = NULL);
/**
Creates a font from the font attributes.
*/
wxFont CreateFont() const;
/** /**
Copies all defined/valid properties from overlay to current object. Copies all defined/valid properties from overlay to current object.
*/ */