diff --git a/src/algorithm/orientation.cpp b/src/algorithm/orientation.cpp index b943e087..56c012d7 100644 --- a/src/algorithm/orientation.cpp +++ b/src/algorithm/orientation.cpp @@ -31,8 +31,6 @@ makeValidOrientation(CGAL::Polygon_2 &polygon) void makeValidOrientation(CGAL::Polygon_with_holes_2 &polygon) { - using Polygon_with_holes_2 = CGAL::Polygon_with_holes_2; - if (polygon.outer_boundary().orientation() != CGAL::COUNTERCLOCKWISE) { polygon.outer_boundary().reverse_orientation(); }