Remove useless using

This commit is contained in:
Simon Giraudot 2020-11-04 11:07:26 +01:00
parent d18609cb28
commit 9fd32d1298
1 changed files with 0 additions and 2 deletions

View File

@ -467,8 +467,6 @@ void scanline_orient_normals (PointRange& points, const NamedParameters& np)
using PointMap = typename CGAL::GetPointMap<PointRange, NamedParameters>::type;
using NormalMap = typename Point_set_processing_3::GetNormalMap<PointRange, NamedParameters>::type;
using Kernel = typename Point_set_processing_3::GetK<PointRange, NamedParameters>::Kernel;
using Point_3 = typename Kernel::Point_3;
using Vector_3 = typename Kernel::Vector_3;
using No_map = Constant_property_map<Value_type, int>;