summaryrefslogtreecommitdiff
path: root/src/utils/xml/pugixml.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/xml/pugixml.h')
-rw-r--r--src/utils/xml/pugixml.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/xml/pugixml.h b/src/utils/xml/pugixml.h
index 105f56959..69864959d 100644
--- a/src/utils/xml/pugixml.h
+++ b/src/utils/xml/pugixml.h
@@ -88,7 +88,6 @@ namespace XML
private:
pugi::xml_document mDoc;
- pugi::xml_node mRoot;
char *mData;
bool mIsValid;
};