From ad155d4f35928ea2e3d41066eaa9becd53d3bcd1 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 6 Apr 2007 08:53:48 +0000 Subject: [PATCH] remove unused parameter --- Nef_3/include/CGAL/Nef_3/OGL_helper.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Nef_3/include/CGAL/Nef_3/OGL_helper.h b/Nef_3/include/CGAL/Nef_3/OGL_helper.h index 04c86ec0083..711296ed125 100644 --- a/Nef_3/include/CGAL/Nef_3/OGL_helper.h +++ b/Nef_3/include/CGAL/Nef_3/OGL_helper.h @@ -558,14 +558,14 @@ namespace OGL { { return OGL::Double_segment(double_point(s.source()), double_point(s.target())); } - static void draw(Vertex_const_handle v, const Nef_polyhedron& N, + static void draw(Vertex_const_handle v, const Nef_polyhedron& , CGAL::OGL::Polyhedron& P) { Point_3 bp = v->point(); // CGAL_NEF_TRACEN("vertex " << bp); P.push_back(double_point(bp), v->mark()); } - static void draw(Halfedge_const_handle e, const Nef_polyhedron& N, + static void draw(Halfedge_const_handle e, const Nef_polyhedron& , CGAL::OGL::Polyhedron& P) { Vertex_const_handle s = e->source(); Vertex_const_handle t = e->twin()->source(); @@ -574,7 +574,7 @@ namespace OGL { P.push_back(double_segment(seg), e->mark()); } - static void draw(Halffacet_const_handle f, const Nef_polyhedron& N, + static void draw(Halffacet_const_handle f, const Nef_polyhedron& , CGAL::OGL::Polyhedron& P) { OGL::DFacet g; Halffacet_cycle_const_iterator fc; // all facet cycles: