mirror of https://github.com/CGAL/cgal
Remove unused parameter
This commit is contained in:
parent
b1268f0a95
commit
ab33988eb5
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue