mirror of https://github.com/CGAL/cgal
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:
commit
f251ab88f4
|
|
@ -342,13 +342,6 @@ std::size_t remove_invalid_polygons_in_polygon_soup(PointRange& /*points*/,
|
||||||
|
|
||||||
} // end namespace internal
|
} // 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
|
/// \ingroup PMP_repairing_grp
|
||||||
///
|
///
|
||||||
/// Removes the isolated points from a polygon soup.
|
/// Removes the isolated points from a polygon soup.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue