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:
Laurent Rineau 2020-11-04 20:44:21 +01:00
commit c122a9b687
1 changed files with 0 additions and 5 deletions

View File

@ -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 {