mirror of https://github.com/CGAL/cgal
removed unused parameters
This commit is contained in:
parent
fca1e7c262
commit
42f0da8ee0
|
|
@ -82,16 +82,16 @@ public:
|
||||||
return Self();
|
return Self();
|
||||||
}
|
}
|
||||||
|
|
||||||
static Self construct_site_2(const Point_2& p1, const Point_2& p2,
|
static Self construct_site_2(const Point_2& , const Point_2& ,
|
||||||
const Point_2& q1, const Point_2& q2,
|
const Point_2& , const Point_2& ,
|
||||||
bool b) {
|
bool b) {
|
||||||
no_constructor_support();
|
no_constructor_support();
|
||||||
return Self();
|
return Self();
|
||||||
}
|
}
|
||||||
|
|
||||||
static Self construct_site_2(const Point_2& p1, const Point_2& p2,
|
static Self construct_site_2(const Point_2& , const Point_2& ,
|
||||||
const Point_2& q1, const Point_2& q2,
|
const Point_2& , const Point_2& ,
|
||||||
const Point_2& r1, const Point_2& r2) {
|
const Point_2& , const Point_2& ) {
|
||||||
no_constructor_support();
|
no_constructor_support();
|
||||||
return Self();
|
return Self();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue