From 7d0dd3e7a1ebaf772c9ff2c3b0c7cc3a97edba67 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 19 Mar 2007 07:23:20 +0000 Subject: [PATCH] remoded unsused parameters --- .../CGAL/Boolean_set_operations_2/Gps_simplifier_traits.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_simplifier_traits.h b/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_simplifier_traits.h index f10f50a1ff2..e89e1e9c175 100644 --- a/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_simplifier_traits.h +++ b/Boolean_set_operations_2/include/CGAL/Boolean_set_operations_2/Gps_simplifier_traits.h @@ -185,7 +185,7 @@ public: Intersect_2 (const Base_Intersect_2& base, const Base_Compare_endpoints_xy_2& base_cmp_endpoints, const Base_Compare_xy_2& base_cmp_xy, - const Base_Construct_min_vertex_2& ctr_min_v, + const Base_Construct_min_vertex_2& , const Self* tr) : m_base(base), m_base_cmp_endpoints(base_cmp_endpoints),