From 7cfe16366ef47b8eb64fe40977a92b0e1ab5cbdc Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Mon, 1 Mar 2021 00:07:20 +0200 Subject: [PATCH] Removed obsolete make_curve_2 --- .../test_general_polygon_constructions.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Boolean_set_operations_2/test/Boolean_set_operations_2/test_general_polygon_constructions.cpp b/Boolean_set_operations_2/test/Boolean_set_operations_2/test_general_polygon_constructions.cpp index 234600fd40c..9a7fa87a7d5 100644 --- a/Boolean_set_operations_2/test/Boolean_set_operations_2/test_general_polygon_constructions.cpp +++ b/Boolean_set_operations_2/test/Boolean_set_operations_2/test_general_polygon_constructions.cpp @@ -41,10 +41,6 @@ int main() CGAL::General_polygon_2gp2(curve); Polyline_traits traits; - CGAL::General_polygon_2gp3(traits.make_curve_2(points)); - - CGAL::General_polygon_2gp4(traits.make_curve_2(points, true)); - auto ctr = traits.construct_curve_2_object(); auto gp5 = ctr(points.begin(), points.end());