remove unused typedefs

This commit is contained in:
Andreas Fabri 2013-03-05 11:53:43 +01:00
parent e6d101d9fb
commit 70d95f5f1c
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ void test_vda(const VDA& vda)
CGAL_USE_TYPE(typename VDA::Delaunay_geom_traits);
CGAL_USE_TYPE(typename VDA::Delaunay_edge);
CGAL_USE_TYPE(typename VDA::Delaunay_face_handle);
typedef typename VDA::Delaunay_vertex_handle Delaunay_vertex_handle;
CGAL_USE_TYPE(typename VDA::Delaunay_vertex_handle);
CGAL_USE_TYPE(typename VDA::Edge_iterator);
typedef typename VDA::Halfedge_iterator Halfedge_iterator;