diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/locate.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/locate.h index 129f269d98f..2ef778b07c5 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/locate.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/locate.h @@ -132,11 +132,6 @@ get_descriptor_from_location(const std::pair >& loc, const TriangleMesh& tm); -template -Face_location -locate_in_face(typename boost::graph_traits::halfedge_descriptor hd, - const FT t, - const TriangleMesh& tm); // end of forward declarations namespace internal {