remove unused typedef instruction

This commit is contained in:
Sébastien Loriot
2016-06-14 14:17:32 +02:00
committed by Jane Tournois
parent 8b10e64260
commit 27d983255d
@@ -30,7 +30,6 @@ typedef CGAL::Exact_predicates_exact_constructions_kernel Epec;
template<typename Mesh, typename K>
void test(const Mesh& pmesh)
{
typedef typename K::Point_3 Point;
typedef typename K::FT FT;
typedef typename boost::graph_traits<Mesh>::halfedge_descriptor halfedge_descriptor;