remove warning about unused variable

This commit is contained in:
Andrew Meadows 2015-02-11 08:42:36 -08:00
parent e6a6946027
commit 123d73783b

View file

@ -1167,7 +1167,6 @@ int matchTextureUVSetToAttributeChannel(const QString& texUVSetName, const QHash
FBXLight extractLight(const FBXNode& object) {
FBXLight light;
int unkwnon = 0;
foreach (const FBXNode& subobject, object.children) {
QString childname = QString(subobject.name);
if (subobject.name == "Properties70") {