remove unused parameter

This commit is contained in:
Andreas Fabri 2007-03-18 08:42:57 +00:00
parent e527fa4c0a
commit 2b1cb4c80b
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ class Sweep_line_do_curves_x_visitor : public Empty_visitor<Traits>
}
bool after_handle_event(Event* event,SL_iterator iter, bool flag)
bool after_handle_event(Event* event,SL_iterator , bool )
{
if(event->is_intersection() ||
event->is_weak_intersection() ||