From 2921d48239da85b995c77980cc5bf91ea4a69c3e Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 4 Mar 2013 00:53:57 +0000 Subject: code cleanup: unused vars in collada, preprocessor formatting & warning in mingw. also compiling without bullet needed a stub added. --- source/blender/collada/MeshImporter.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/collada/MeshImporter.cpp') diff --git a/source/blender/collada/MeshImporter.cpp b/source/blender/collada/MeshImporter.cpp index 69944563b6a..1eb1460a9e2 100644 --- a/source/blender/collada/MeshImporter.cpp +++ b/source/blender/collada/MeshImporter.cpp @@ -384,7 +384,6 @@ void MeshImporter::allocate_poly_data(COLLADAFW::Mesh *collada_mesh, Mesh *me) for (int i = 0; i < totuvset; i++) { COLLADAFW::MeshVertexData::InputInfos *info = collada_mesh->getUVCoords().getInputInfosArray()[i]; COLLADAFW::String &uvname = info->mName; - int x = 0; // Allocate space for UV_data CustomData_add_layer_named(&me->pdata, CD_MTEXPOLY, CD_DEFAULT, NULL, me->totpoly, uvname.c_str()); CustomData_add_layer_named(&me->ldata, CD_MLOOPUV, CD_DEFAULT, NULL, me->totloop, uvname.c_str()); -- cgit v1.2.3