diff --git a/Convex_hull_3/include/CGAL/convex_hull_3_to_polyhedron_3.h b/Convex_hull_3/include/CGAL/convex_hull_3_to_polyhedron_3.h index 7019b762025..33975ffecef 100644 --- a/Convex_hull_3/include/CGAL/convex_hull_3_to_polyhedron_3.h +++ b/Convex_hull_3/include/CGAL/convex_hull_3_to_polyhedron_3.h @@ -54,7 +54,6 @@ public: void operator()( HDS& hds) { // Postcondition: `hds' is a valid polyhedral surface. typedef typename HDS::Vertex Vertex; - typedef typename Vertex::Point Point; CGAL::Polyhedron_incremental_builder_3 B( hds, true); std::vector ch_facets;