From fd9cb58466164c372b92655219d25cbae4527d47 Mon Sep 17 00:00:00 2001 From: cignoni Date: Sat, 30 Jan 2016 23:36:10 +0000 Subject: [PATCH] Commented out unused variable --- vcg/simplex/edge/topology.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcg/simplex/edge/topology.h b/vcg/simplex/edge/topology.h index da1ebb7c..d20e9d07 100644 --- a/vcg/simplex/edge/topology.h +++ b/vcg/simplex/edge/topology.h @@ -173,7 +173,7 @@ void VEEdgeCollapse(MeshType &poly, typename MeshType::EdgeType *e0, const int z if( starVecEp[1] == e0 ) e1 = starVecEp[0]; assert(e1 && (e1!=e0) ); - int z0 = (z+1)%2; + //int z0 = (z+1)%2; int z1 = -1; if(e1->V(0) == vd) z1=1; if(e1->V(1) == vd) z1=0;