removed unused parameters

This commit is contained in:
Andreas Fabri 2007-03-20 08:34:26 +00:00
parent 444a3ea1f0
commit 52b4bda7af
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ public:
Bounded_side
side_of_power_circle(const Facet & f, const Weighted_point & p,
bool perturb = false) const
bool /* perturb */ = false) const
{
return side_of_power_circle(f.first, f.second, p);
}