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;