some code cleanup for xml parsing and loading saved games

This commit is contained in:
Mark Vejvoda
2013-11-13 22:28:05 +00:00
parent b7267c9176
commit 5249ecc45d
4 changed files with 17 additions and 19 deletions

View File

@@ -97,7 +97,6 @@ public:
class XmlIoRapid {
private:
static bool initialized;
xml_document<> *doc;
private:
XmlIoRapid();