From 7ed76371e6838a10c78576333a1a25b290854ebe Mon Sep 17 00:00:00 2001 From: Amorilia <amorilia@users.sourceforge.net> Date: Sat, 24 Sep 2011 09:33:17 +0100 Subject: [PATCH] Removed unused variable. --- src/obj/NiTriShapeData.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/obj/NiTriShapeData.cpp b/src/obj/NiTriShapeData.cpp index f903b801..bad42861 100644 --- a/src/obj/NiTriShapeData.cpp +++ b/src/obj/NiTriShapeData.cpp @@ -237,7 +237,6 @@ void NiTriShapeData::DoMatchDetection() { /* the currently observed vertex shares a normal with others */ if ( ( group.numVertices = group.vertexIndices.size() ) > 1 ) { /* mark all of the participating vertices to belong to a group */ - unsigned short groupid = matchGroups.size() + 1; for ( unsigned short n = 0; n < group.numVertices; n++ ) is_shared[group.vertexIndices[n]] = true; -- GitLab