Merge pull request #5070 from MaelRL/PMP-Fix_dead_overload_repair_PS-GF

PMP: Remove overload of non-existent function
This commit is contained in:
Laurent Rineau 2020-10-16 13:40:25 +02:00
commit f251ab88f4
1 changed files with 0 additions and 7 deletions

View File

@ -342,13 +342,6 @@ std::size_t remove_invalid_polygons_in_polygon_soup(PointRange& /*points*/,
} // end namespace internal
template <typename PointRange, typename PolygonRange>
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.