From 9fd32d12983df16c28177af9de3bf5b5f745b7b8 Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Wed, 4 Nov 2020 11:07:26 +0100 Subject: [PATCH] Remove useless using --- Point_set_processing_3/include/CGAL/scanline_orient_normals.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Point_set_processing_3/include/CGAL/scanline_orient_normals.h b/Point_set_processing_3/include/CGAL/scanline_orient_normals.h index ecca42d9e11..cee8baa4378 100644 --- a/Point_set_processing_3/include/CGAL/scanline_orient_normals.h +++ b/Point_set_processing_3/include/CGAL/scanline_orient_normals.h @@ -467,8 +467,6 @@ void scanline_orient_normals (PointRange& points, const NamedParameters& np) using PointMap = typename CGAL::GetPointMap::type; using NormalMap = typename Point_set_processing_3::GetNormalMap::type; using Kernel = typename Point_set_processing_3::GetK::Kernel; - using Point_3 = typename Kernel::Point_3; - using Vector_3 = typename Kernel::Vector_3; using No_map = Constant_property_map;