From 8ee3eecc85655a680c41c8d5ac27e9c805c9a68e Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 4 Apr 2023 08:33:51 +0100 Subject: [PATCH] Remove unused typedefs --- .../include/CGAL/Polygon_mesh_processing/triangulate_faces.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h index 991113b438b..1db068ef470 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/triangulate_faces.h @@ -168,7 +168,6 @@ public: using FT = typename Traits::FT; using Point_ref = typename boost::property_traits::reference; - using Vector = typename Traits::Vector_3; using Visitor = typename internal_np::Lookup_named_param_def< internal_np::visitor_t, @@ -471,7 +470,6 @@ private: namespace PMP = CGAL::Polygon_mesh_processing; using Point = typename boost::property_traits::value_type; - using Kernel = typename CGAL::Kernel_traits::type; // gather halfedges around the face std::vector hole_points;