remove unused typedef

This commit is contained in:
Sébastien Loriot 2019-04-12 17:52:31 +02:00
parent 2feb6c892b
commit 28ec0d926d
1 changed files with 0 additions and 1 deletions

View File

@ -378,7 +378,6 @@ template <class Nef_polyhedron, class Polygon_mesh>
void convert_nef_polyhedron_to_polygon_mesh(const Nef_polyhedron& nef, Polygon_mesh& pm, bool triangulate_all_faces = false) void convert_nef_polyhedron_to_polygon_mesh(const Nef_polyhedron& nef, Polygon_mesh& pm, bool triangulate_all_faces = false)
{ {
typedef typename boost::property_traits<typename boost::property_map<Polygon_mesh, vertex_point_t>::type>::value_type PM_Point; typedef typename boost::property_traits<typename boost::property_map<Polygon_mesh, vertex_point_t>::type>::value_type PM_Point;
typedef typename Kernel_traits<PM_Point>::Kernel PM_Kernel;
std::vector<PM_Point> points; std::vector<PM_Point> points;
std::vector<std::vector<std::size_t> > polygons; std::vector<std::vector<std::size_t> > polygons;