removed useless var

This commit is contained in:
Paolo Cignoni 2021-10-28 21:22:42 +02:00 committed by alemuntoni
parent f2400770c1
commit e076810394
1 changed files with 0 additions and 1 deletions

View File

@ -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);