mirror of https://github.com/CGAL/cgal
Merge pull request #5134 from MaelRL/PMP-Fix_remove_locate_dead_forward_declaration-GF
PMP: Remove obsolete forward declaration with no body
This commit is contained in:
commit
c122a9b687
|
|
@ -132,11 +132,6 @@ get_descriptor_from_location(const std::pair<typename boost::graph_traits<Triang
|
|||
std::array<FT, 3> >& loc,
|
||||
const TriangleMesh& tm);
|
||||
|
||||
template <typename FT, typename TriangleMesh>
|
||||
Face_location<TriangleMesh, FT>
|
||||
locate_in_face(typename boost::graph_traits<TriangleMesh>::halfedge_descriptor hd,
|
||||
const FT t,
|
||||
const TriangleMesh& tm);
|
||||
// end of forward declarations
|
||||
|
||||
namespace internal {
|
||||
|
|
|
|||
Loading…
Reference in New Issue