From fba830b353120aaba51244cd26c1321884db00d1 Mon Sep 17 00:00:00 2001 From: cignoni Date: Wed, 2 Jan 2013 09:24:22 +0000 Subject: [PATCH] removed harmless gcc warning --- vcg/complex/algorithms/crease_cut.h | 1 - 1 file changed, 1 deletion(-) diff --git a/vcg/complex/algorithms/crease_cut.h b/vcg/complex/algorithms/crease_cut.h index 1ef04541..9f41f682 100644 --- a/vcg/complex/algorithms/crease_cut.h +++ b/vcg/complex/algorithms/crease_cut.h @@ -73,7 +73,6 @@ void CreaseCut(MESH_TYPE &m, float angleRad) tri::UpdateFlags::VertexClearV(m); std::vector indVec(m.fn*3,-1); int newVertexCounter=m.vn; - int creaseCounter=0; int startVn=m.vn; FaceIterator fi; //const FaceType * nextf;