From a1b916c578a0e7e9975c243fe2b6472d8beba5b7 Mon Sep 17 00:00:00 2001 From: Clement Jamin Date: Fri, 26 Jun 2015 19:20:58 +0200 Subject: [PATCH] Fix warning: unused types --- .../test/Point_set_shape_detection_3/test_scene.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Point_set_shape_detection_3/test/Point_set_shape_detection_3/test_scene.cpp b/Point_set_shape_detection_3/test/Point_set_shape_detection_3/test_scene.cpp index 22df9b684d5..9bdc11eb7ee 100644 --- a/Point_set_shape_detection_3/test/Point_set_shape_detection_3/test_scene.cpp +++ b/Point_set_shape_detection_3/test/Point_set_shape_detection_3/test_scene.cpp @@ -13,8 +13,6 @@ template bool test_scene() { typedef typename K::FT FT; typedef CGAL::Point_with_normal_3 Pwn; - typedef CGAL::Point_3 Point; - typedef CGAL::Vector_3 Vector; typedef std::vector Pwn_vector; typedef CGAL::Identity_property_map Point_map; typedef CGAL::Normal_of_point_with_normal_pmap Normal_map;