Merge branch 'pugi_xml' of https://github.com/assimp/assimp into pugi_xml

pull/2966/head
Kim Kulling 2020-09-29 19:18:27 +02:00
commit adcf84c41f
2 changed files with 1 additions and 5 deletions

View File

@ -126,9 +126,7 @@ struct WordIterator {
const char *WordIterator::whitespace = ", \t\r\n";
X3DImporter::X3DImporter() :
mNodeElementCur(nullptr),
mXmlParser(nullptr),
mpIOHandler(nullptr) {
mNodeElementCur(nullptr) {
// empty
}

View File

@ -315,8 +315,6 @@ public:
private:
static const aiImporterDesc Description;
X3DNodeElementBase *mNodeElementCur; ///< Current element.
XmlParser *mXmlParser;
IOSystem *mpIOHandler;
}; // class X3DImporter
} // namespace Assimp