From 4c5441b22a6f95e04dda235f8d04dddfe344999c Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Sat, 17 Mar 2007 09:00:08 +0000 Subject: [PATCH] removed unused parameters --- .../CGAL/Kinetic/internal/Kernel/cartesian_predicates_3.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Kinetic_data_structures/include/CGAL/Kinetic/internal/Kernel/cartesian_predicates_3.h b/Kinetic_data_structures/include/CGAL/Kinetic/internal/Kernel/cartesian_predicates_3.h index b2a9989af87..193bc8109f5 100644 --- a/Kinetic_data_structures/include/CGAL/Kinetic/internal/Kernel/cartesian_predicates_3.h +++ b/Kinetic_data_structures/include/CGAL/Kinetic/internal/Kernel/cartesian_predicates_3.h @@ -133,7 +133,7 @@ struct Cartesian_power_test_3 dsx, dsy, dsz, dst); } - result_type operator()(const first_argument_type &a, + result_type operator()(const first_argument_type &, const second_argument_type &, const third_argument_type &, const fourth_argument_type &)const @@ -141,14 +141,14 @@ struct Cartesian_power_test_3 CGAL_assertion(0); return result_type(); } - result_type operator()(const first_argument_type &a, + result_type operator()(const first_argument_type &, const second_argument_type &, const third_argument_type &)const { CGAL_assertion(0); return result_type(); } - result_type operator()(const first_argument_type &a, + result_type operator()(const first_argument_type &, const second_argument_type &)const { CGAL_assertion(0);