diff --git a/BGL/include/CGAL/boost/graph/IO/STL.h b/BGL/include/CGAL/boost/graph/IO/STL.h index fdf94598396..7198d8640aa 100644 --- a/BGL/include/CGAL/boost/graph/IO/STL.h +++ b/BGL/include/CGAL/boost/graph/IO/STL.h @@ -244,7 +244,6 @@ bool write_STL(std::ostream& os, typedef typename CGAL::GetVertexPointMap::const_type VPM; typedef typename boost::property_traits::reference Point_ref; - typedef typename boost::property_traits::value_type Point; typedef typename GetGeomTraits::type Kernel; typedef typename Kernel::Vector_3 Vector;