From a444286b39a3a46eee05f728bd68d13ad3677cad Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 30 Jan 2013 18:14:00 +0100 Subject: [PATCH] one less warning in Convex_hull_3 --- Convex_hull_3/include/CGAL/convex_hull_3_to_polyhedron_3.h | 1 - 1 file changed, 1 deletion(-) 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;