Remove unused parameter

This commit is contained in:
Simon Giraudot 2017-05-12 14:49:59 +02:00
parent b1268f0a95
commit ab33988eb5
1 changed files with 2 additions and 2 deletions

View File

@ -949,7 +949,7 @@ public:
CGAL_For_all(fcirc, fend)
{
Face_handle f = fcirc;
copy_neighbors(f, s, cvmap, cfmap);
copy_neighbors(f, s, cfmap);
}
// make copy homeomorphic to S^2
@ -984,7 +984,7 @@ public:
}
void copy_neighbors(
Face_handle f, Vertex_handle v, Vertex_handle_map&,
Face_handle f, Vertex_handle v,
Face_handle_map& fmap) const
{
int i = f->index(v);