XMLWriter: removed unnecessary apostrophe escaping (&apos)

This commit is contained in:
Guenter Obiltschnig
2014-01-24 16:31:10 +01:00
parent ba1049bc5b
commit 47f6ba60ab
2 changed files with 0 additions and 4 deletions

View File

@@ -353,7 +353,6 @@ private:
std::string _indent;
static const std::string MARKUP_QUOTENC;
static const std::string MARKUP_APOSENC;
static const std::string MARKUP_AMPENC;
static const std::string MARKUP_LTENC;
static const std::string MARKUP_GTENC;