Remove dead code

pull/3736/head
Kim Kulling 2021-04-03 10:28:19 +02:00 committed by GitHub
parent 46e49d0b83
commit d62c89557b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 6 deletions

View File

@ -108,12 +108,6 @@ void AMFImporter::ParseNode_Vertices(XmlNode &node) {
} }
} }
ParseHelper_Node_Exit(); ParseHelper_Node_Exit();
//pugi::xml_node vertexNode = node.child("vertex");
//if (!vertexNode.empty()) {
// } else {
// } // if(!mReader->isEmptyElement()) else
mNodeElement_List.push_back(ne); // and to node element list because its a new object in graph. mNodeElement_List.push_back(ne); // and to node element list because its a new object in graph.
} }