From 3fdfa42ecf126747f2f4fcdbb44aecd15c042c23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Sat, 15 Apr 2017 23:24:07 +0200 Subject: [PATCH] Removed an empty line --- Kernel_23/include/CGAL/Weighted_point_2.h | 1 - 1 file changed, 1 deletion(-) 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)) {}