3MF-Importer: remove unused variable.
parent
5cb4df80ad
commit
09ad67f469
|
@ -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()));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue