mirror of https://github.com/CGAL/cgal
Fix warning: unused types
This commit is contained in:
parent
ad91ed562f
commit
a1b916c578
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue