Fix unused typedef

This commit is contained in:
Simon Giraudot 2020-04-02 15:33:06 +02:00
parent bb95599ae2
commit abc0a578c3
1 changed files with 0 additions and 1 deletions

View File

@ -496,7 +496,6 @@ regularize_face_selection_borders(
typedef typename GT::face_descriptor mesh_face_descriptor;
typedef typename GT::halfedge_descriptor mesh_halfedge_descriptor;
typedef typename GT::edge_descriptor mesh_edge_descriptor;
typedef typename GT::vertex_descriptor mesh_vertex_descriptor;
typedef typename GetInitializedFaceIndexMap<TriangleMesh, NamedParameters>::type FaceIndexMap;
FaceIndexMap face_index_map = CGAL::get_initialized_face_index_map(mesh, np);