removed unused parameter

This commit is contained in:
Andreas Fabri 2007-03-19 14:11:57 +00:00
parent b4e44d935a
commit 4651bbd1d8
1 changed files with 1 additions and 1 deletions

View File

@ -1766,7 +1766,7 @@ bool _Bezier_x_monotone_2<RatKer, AlgKer, NtTrt, BndTrt>::_intersect
Intersection_map& inter_map,
Bezier_cache& cache,
std::vector<Intersection_point_2>& ipts,
Self& ovlp_cv) const
Self& /* ovlp_cv */) const
{
CGAL_precondition (_curve.id() < cv._curve.id());