From 9ee9f4e8dd5f0b5ae10954f106af031e757b401b Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 1 Jan 2024 21:00:08 +0100 Subject: [PATCH] Remove documentation of wxXmlDocument::GetEncoding() This function was removed in 4519d8e08a (Remove wxUSE_UNICODE checks as they're always true now, 2022-10-27). --- interface/wx/xml/xml.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/interface/wx/xml/xml.h b/interface/wx/xml/xml.h index ebfda1be2b..9c589b6eec 100644 --- a/interface/wx/xml/xml.h +++ b/interface/wx/xml/xml.h @@ -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).