remove unused attributes.

pull/2966/head
Kim Kulling 2020-09-28 20:34:44 +02:00 committed by GitHub
parent 8f0888f7fc
commit ef9a78b49d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 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
}