From b6110a93df2258a1f7a3e8f7a210b8b15d1cdb6f Mon Sep 17 00:00:00 2001 From: Paolo Cignoni Date: Thu, 28 Oct 2021 21:22:42 +0200 Subject: [PATCH] removed useless var --- vcg/complex/algorithms/update/curvature_fitting.h | 1 - 1 file changed, 1 deletion(-) diff --git a/vcg/complex/algorithms/update/curvature_fitting.h b/vcg/complex/algorithms/update/curvature_fitting.h index 9de9fe3e..332b3d36 100644 --- a/vcg/complex/algorithms/update/curvature_fitting.h +++ b/vcg/complex/algorithms/update/curvature_fitting.h @@ -633,7 +633,6 @@ class Quadric if (cb && ((i%1024)==00)) { (*cb)(int(100.0f * (float)i / (float)mesh.vn),"Vertices Analysis"); } - int count; expandSphereLocal (mesh, &*vi, radiusSphere, 5, &vv); assert (vv.size() >= 5);