mirror of https://github.com/CGAL/cgal
remove unused variable
This commit is contained in:
parent
30fc15064b
commit
d20cef2f91
|
|
@ -382,8 +382,6 @@ void convert_nef_polyhedron_to_polygon_soup(const Nef_polyhedron& nef,
|
||||||
typename Nef_polyhedron::SHalfedge_around_sface_const_circulator ec(e),ee(e);
|
typename Nef_polyhedron::SHalfedge_around_sface_const_circulator ec(e),ee(e);
|
||||||
CGAL_For_all(ec,ee)
|
CGAL_For_all(ec,ee)
|
||||||
{
|
{
|
||||||
typename Nef_polyhedron::SVertex_const_handle vv = ec->twin()->source();
|
|
||||||
|
|
||||||
typename Nef_polyhedron::Halffacet_const_handle f = ec->twin()->facet();
|
typename Nef_polyhedron::Halffacet_const_handle f = ec->twin()->facet();
|
||||||
if (f->incident_volume()==f->twin()->incident_volume())
|
if (f->incident_volume()==f->twin()->incident_volume())
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue