From dcedcc2fa65804f0df9411bf9bd9f176665c34c5 Mon Sep 17 00:00:00 2001 From: Sam Gateau Date: Thu, 6 Aug 2015 18:53:21 -0700 Subject: [PATCH] cleaning th ecode --- libraries/fbx/src/FBXReader.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/fbx/src/FBXReader.cpp b/libraries/fbx/src/FBXReader.cpp index cfdad384ed..5e7647263a 100644 --- a/libraries/fbx/src/FBXReader.cpp +++ b/libraries/fbx/src/FBXReader.cpp @@ -1107,9 +1107,6 @@ ExtractedMesh extractMesh(const FBXNode& object, unsigned int& meshIndex) { foreach (const FBXNode& subdata, child.children) { if (subdata.name == "Materials") { materials = getIntVector(subdata); - if (materials.size() > 1) { - - } } else if (subdata.name == "MappingInformationType") { if (subdata.properties.at(0) == "ByPolygon") { isMaterialPerPolygon = true;