removed unused parameter

This commit is contained in:
Andreas Fabri 2007-03-19 14:13:54 +00:00
parent 4651bbd1d8
commit 1127f410fd
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public:
* \param above_on_event Is the subcurve above actually on the event.
* \return Whether the event can be de-allocated.
*/
bool after_handle_event(Event* event, SL_iterator above, bool above_on_event)
bool after_handle_event(Event* event, SL_iterator above, bool /* above_on_event */)
{
if (! event->is_finite())
{