3MF-Importer: remove unused variable.

pull/1038/head
Kim Kulling 2016-10-16 17:14:22 +02:00
parent 5cb4df80ad
commit 09ad67f469
1 changed files with 12 additions and 13 deletions

View File

@ -148,7 +148,6 @@ private:
std::vector<unsigned long> meshIds; std::vector<unsigned long> meshIds;
int id = std::atoi(xmlReader->getAttributeValue(D3MF::XmlTag::id.c_str()));
std::string name(xmlReader->getAttributeValue(D3MF::XmlTag::name.c_str())); std::string name(xmlReader->getAttributeValue(D3MF::XmlTag::name.c_str()));
std::string type(xmlReader->getAttributeValue(D3MF::XmlTag::type.c_str())); std::string type(xmlReader->getAttributeValue(D3MF::XmlTag::type.c_str()));