removed useless var

This commit is contained in:
Paolo Cignoni 2021-10-28 21:22:42 +02:00
parent a0d239ec26
commit b6110a93df
1 changed files with 0 additions and 1 deletions

View File

@ -633,7 +633,6 @@ class Quadric
if (cb && ((i%1024)==00)) { if (cb && ((i%1024)==00)) {
(*cb)(int(100.0f * (float)i / (float)mesh.vn),"Vertices Analysis"); (*cb)(int(100.0f * (float)i / (float)mesh.vn),"Vertices Analysis");
} }
int count;
expandSphereLocal (mesh, &*vi, radiusSphere, 5, &vv); expandSphereLocal (mesh, &*vi, radiusSphere, 5, &vv);
assert (vv.size() >= 5); assert (vv.size() >= 5);