Remove unused typedef

This commit is contained in:
Andreas Fabri 2022-03-25 08:29:36 +01:00
parent fd950dad36
commit 1d4a0b98a2
1 changed files with 0 additions and 1 deletions

View File

@ -244,7 +244,6 @@ bool write_STL(std::ostream& os,
typedef typename CGAL::GetVertexPointMap<Graph, CGAL_NP_CLASS>::const_type VPM; typedef typename CGAL::GetVertexPointMap<Graph, CGAL_NP_CLASS>::const_type VPM;
typedef typename boost::property_traits<VPM>::reference Point_ref; typedef typename boost::property_traits<VPM>::reference Point_ref;
typedef typename boost::property_traits<VPM>::value_type Point;
typedef typename GetGeomTraits<Graph, CGAL_NP_CLASS>::type Kernel; typedef typename GetGeomTraits<Graph, CGAL_NP_CLASS>::type Kernel;
typedef typename Kernel::Vector_3 Vector; typedef typename Kernel::Vector_3 Vector;