diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/repair_polygon_soup.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/repair_polygon_soup.h index d5f75137eb2..ad5c129cb6f 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/repair_polygon_soup.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/repair_polygon_soup.h @@ -342,13 +342,6 @@ std::size_t remove_invalid_polygons_in_polygon_soup(PointRange& /*points*/, } // end namespace internal -template -std::size_t remove_degenerate_polygons_in_polygon_soup(PointRange& points, - PolygonRange& polygons) -{ - return remove_degenerate_polygons_in_polygon_soup(points, polygons, CGAL::parameters::all_default()); -} - /// \ingroup PMP_repairing_grp /// /// Removes the isolated points from a polygon soup.