mirror of https://github.com/CGAL/cgal
removed unused parameters
This commit is contained in:
parent
444a3ea1f0
commit
52b4bda7af
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue