remove unused variables

This commit is contained in:
Sébastien Loriot 2022-03-21 08:54:34 +01:00
parent 3b77d101ef
commit ff5ae14d8d
1 changed files with 0 additions and 3 deletions

View File

@ -262,9 +262,6 @@ std::size_t remove_connected_components_of_negligible_size(TriangleMesh& tmesh,
cc_closeness[face_cc[face(opposite(h, tmesh), tmesh)]] = false;
}
typename GT::Compute_volume_3 cv3 = traits.compute_volume_3_object();
Point_3 origin(0, 0, 0);
FT total_volume = 0;
CGAL::Face_filtered_graph<TriangleMesh> fcc(tmesh);
for (std::size_t i=0; i<num; ++i)