Fix warning: unused types

This commit is contained in:
Clement Jamin 2015-06-26 19:20:58 +02:00
parent ad91ed562f
commit a1b916c578
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ template <class K>
bool test_scene() {
typedef typename K::FT FT;
typedef CGAL::Point_with_normal_3<K> Pwn;
typedef CGAL::Point_3<K> Point;
typedef CGAL::Vector_3<K> Vector;
typedef std::vector<Pwn> Pwn_vector;
typedef CGAL::Identity_property_map<Pwn> Point_map;
typedef CGAL::Normal_of_point_with_normal_pmap<K> Normal_map;