Remove irrelevant mentions of encoding from wxXmlDocument docs

The corresponding parameter was removed in cc8fbeed56 (Merge branch
'xml-conv-simplify', 2024-01-07) but it was still mentioned in the
description.
This commit is contained in:
Vadim Zeitlin 2024-01-10 18:07:36 +01:00
parent c1b7ce5932
commit 340bbea71d

View file

@ -709,12 +709,12 @@ public:
wxXmlDocument(const wxXmlDocument& doc);
/**
Loads the given filename using the given encoding. See Load().
Loads the given filename. See Load().
*/
wxXmlDocument(const wxString& filename);
/**
Loads the XML document from given stream using the given encoding. See Load().
Loads the XML document from given stream. See Load().
*/
wxXmlDocument(wxInputStream& stream);