Skip to content

Commit dcf4d86

Browse files
committed
Merge pull request #5134 from MaelRL/PMP-Fix_remove_locate_dead_forward_declaration-GF
PMP: Remove obsolete forward declaration with no body
2 parents 8151b98 + c1c21ae commit dcf4d86

File tree

1 file changed

+0
-5
lines changed
  • Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing

1 file changed

+0
-5
lines changed

Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/locate.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ get_descriptor_from_location(const std::pair<typename boost::graph_traits<Triang
132132
std::array<FT, 3> >& loc,
133133
const TriangleMesh& tm);
134134

135-
template <typename FT, typename TriangleMesh>
136-
Face_location<TriangleMesh, FT>
137-
locate_in_face(typename boost::graph_traits<TriangleMesh>::halfedge_descriptor hd,
138-
const FT t,
139-
const TriangleMesh& tm);
140135
// end of forward declarations
141136

142137
namespace internal {

0 commit comments

Comments
 (0)