From c1c21ae1108b017e4ca13259c003709b45d38fcb Mon Sep 17 00:00:00 2001 From: Mael Date: Thu, 29 Oct 2020 15:33:58 +0100 Subject: [PATCH] Remove obsolete forward declaration with no body --- .../include/CGAL/Polygon_mesh_processing/locate.h | 5 ----- 1 file changed, 5 deletions(-) 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 86280d8d95d..27875d859db 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 {