Removed unused reference to a deprecated type

This commit is contained in:
Dror Atariah 2013-11-11 09:34:52 +01:00
parent 02c9bf8333
commit 2d7cb01fba
1 changed files with 0 additions and 1 deletions

View File

@ -337,7 +337,6 @@ public:
typedef typename Kernel::Point_2 Point_2;
typedef typename Kernel::Segment_2 Segment_2;
typedef typename Traits::Curve_2 Curve_2;
typedef typename Curve_2::const_iterator Curve_const_iterator;
typedef typename Traits::X_monotone_curve_2 X_monotone_curve_2;
typedef typename Curve_2::Segment_const_iterator Seg_const_it;