Skip to content

Commit

Permalink
orientation: Remove unused typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitjano committed Oct 24, 2024
1 parent 3a80c52 commit 1130cb2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/algorithm/orientation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ makeValidOrientation(CGAL::Polygon_2<Kernel> &polygon)
void
makeValidOrientation(CGAL::Polygon_with_holes_2<Kernel> &polygon)
{
using Polygon_with_holes_2 = CGAL::Polygon_with_holes_2<Kernel>;

if (polygon.outer_boundary().orientation() != CGAL::COUNTERCLOCKWISE) {
polygon.outer_boundary().reverse_orientation();
}
Expand Down

0 comments on commit 1130cb2

Please sign in to comment.