From f0befd4fa40beec5b8c2ee67a8012fb73716dc7b Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 19 Mar 2007 08:25:43 +0000 Subject: [PATCH] removed unused parameters --- Nef_2/include/CGAL/Nef_2/Bounding_box_2.h | 4 ++-- Nef_2/include/CGAL/Nef_2/PM_point_locator.h | 10 +++++----- Nef_2/include/CGAL/Nef_polyhedron_2.h | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Nef_2/include/CGAL/Nef_2/Bounding_box_2.h b/Nef_2/include/CGAL/Nef_2/Bounding_box_2.h index ba85df098db..104c73c0808 100644 --- a/Nef_2/include/CGAL/Nef_2/Bounding_box_2.h +++ b/Nef_2/include/CGAL/Nef_2/Bounding_box_2.h @@ -36,11 +36,11 @@ class Bounding_box_2 { public: template - Bounding_box_2(Vertex_iterator begin, Vertex_iterator end) { + Bounding_box_2(Vertex_iterator , Vertex_iterator ) { CGAL_assertion_msg(false, "dummy interface"); } - Point intersection_ray_bbox(const SPoint& p, const SDirection& d) { + Point intersection_ray_bbox(const SPoint& , const SDirection& ) { CGAL_assertion_msg(false, "dummy interface"); return Point(); } diff --git a/Nef_2/include/CGAL/Nef_2/PM_point_locator.h b/Nef_2/include/CGAL/Nef_2/PM_point_locator.h index 9e0845f5d68..f2c36570aae 100644 --- a/Nef_2/include/CGAL/Nef_2/PM_point_locator.h +++ b/Nef_2/include/CGAL/Nef_2/PM_point_locator.h @@ -647,9 +647,9 @@ public: // assert(0); return h; // compiler warning } - bool ray_shoot_from_outer_facet(Segment& s, object_kind& current, - Vertex_const_handle &v, - Halfedge_const_handle& e, + bool ray_shoot_from_outer_facet(Segment& , object_kind& , + Vertex_const_handle &, + Halfedge_const_handle& , const Tag_true& ) const { return false; } @@ -838,8 +838,8 @@ public: // assert(0); return h; // compiler warning } - bool within_outer_cycle(Vertex_const_handle v, - const Point& q, const Tag_true& ) const { + bool within_outer_cycle(Vertex_const_handle , + const Point& , const Tag_true& ) const { return true; } diff --git a/Nef_2/include/CGAL/Nef_polyhedron_2.h b/Nef_2/include/CGAL/Nef_polyhedron_2.h index 8d8b784ee45..7a7fa7d7b81 100644 --- a/Nef_2/include/CGAL/Nef_polyhedron_2.h +++ b/Nef_2/include/CGAL/Nef_polyhedron_2.h @@ -101,7 +101,7 @@ public: : pm_(), pl_(0) {} - Nef_polyhedron_2_rep(const Self& R) + Nef_polyhedron_2_rep(const Self& ) : pm_(), pl_(0) {} @@ -258,7 +258,7 @@ protected: L.push_back(Extended_segment(EK.SE(),EK.NE())); } - void fill_with_frame_segs(ES_list& L, const Tag_false& ) const + void fill_with_frame_segs(ES_list& , const Tag_false& ) const {} void fill_with_frame_segs(ES_list& L) const