From 42f0da8ee01ec21d87a6b90dec92072cded7c5ef Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 20 Mar 2007 08:39:43 +0000 Subject: [PATCH] removed unused parameters --- .../CGAL/Segment_Delaunay_graph_simple_site_2.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_simple_site_2.h b/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_simple_site_2.h index bcb6722e331..858c2b8b155 100644 --- a/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_simple_site_2.h +++ b/Segment_Delaunay_graph_2/include/CGAL/Segment_Delaunay_graph_simple_site_2.h @@ -82,16 +82,16 @@ public: return Self(); } - static Self construct_site_2(const Point_2& p1, const Point_2& p2, - const Point_2& q1, const Point_2& q2, + static Self construct_site_2(const Point_2& , const Point_2& , + const Point_2& , const Point_2& , bool b) { no_constructor_support(); return Self(); } - static Self construct_site_2(const Point_2& p1, const Point_2& p2, - const Point_2& q1, const Point_2& q2, - const Point_2& r1, const Point_2& r2) { + static Self construct_site_2(const Point_2& , const Point_2& , + const Point_2& , const Point_2& , + const Point_2& , const Point_2& ) { no_constructor_support(); return Self(); }