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).