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;