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();
|
||||
}
|
||||
|
||||
static Self construct_site_2(const Point_2& p1, const Point_2& p2,
|
||||
const Point_2& q1, const Point_2& q2,
|
||||
static Self construct_site_2(const Point_2& , const Point_2& ,
|
||||
const Point_2& , const Point_2& ,
|
||||
bool b) {
|
||||
no_constructor_support();
|
||||
return Self();
|
||||
}
|
||||
|
||||
static Self construct_site_2(const Point_2& p1, const Point_2& p2,
|
||||
const Point_2& q1, const Point_2& q2,
|
||||
const Point_2& r1, const Point_2& r2) {
|
||||
static Self construct_site_2(const Point_2& , const Point_2& ,
|
||||
const Point_2& , const Point_2& ,
|
||||
const Point_2& , const Point_2& ) {
|
||||
no_constructor_support();
|
||||
return Self();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue