Remove documentation of wxXmlDocument::GetEncoding()

This function was removed in 4519d8e08a (Remove wxUSE_UNICODE checks as
they're always true now, 2022-10-27).
This commit is contained in:
Vadim Zeitlin 2024-01-01 21:00:08 +01:00
parent 0b049be4b7
commit 9ee9f4e8dd

View file

@ -760,14 +760,6 @@ public:
*/
wxXmlNode* DetachRoot();
/**
Returns encoding of in-memory representation of the document
(same as passed to Load() or constructor, defaults to UTF-8).
@note this is meaningless in Unicode build where data are stored as @c wchar_t*.
*/
wxString GetEncoding() const;
/**
Returns encoding of document (may be empty).