diff --git a/Kernel_23/include/CGAL/Weighted_point_2.h b/Kernel_23/include/CGAL/Weighted_point_2.h index a8816056483..d3681dc12f0 100644 --- a/Kernel_23/include/CGAL/Weighted_point_2.h +++ b/Kernel_23/include/CGAL/Weighted_point_2.h @@ -85,7 +85,6 @@ public: : Rep(typename R::Construct_weighted_point_2()(Return_base_tag(), p, w)) {} - Weighted_point_2(const FT& x, const FT& y) : Rep(typename R::Construct_weighted_point_2()(Return_base_tag(), x, y)) {}