remove unused typedef instruction

This commit is contained in:
Sébastien Loriot 2016-05-27 16:21:09 +02:00 committed by Jane Tournois
parent 8b10e64260
commit 27d983255d
1 changed files with 0 additions and 1 deletions

View File

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