mirror of https://github.com/CGAL/cgal
Removed unused arguments
This commit is contained in:
parent
c7e831b9ac
commit
6bebd63010
|
|
@ -45,7 +45,7 @@ struct Red_blue_convert_info
|
|||
}
|
||||
|
||||
inline
|
||||
const Info& operator()(const Info& info0, const Info& info1, bool) const {
|
||||
const Info& operator()(const Info& info0, const Info& , bool) const {
|
||||
// just return the info of the supporting segment
|
||||
return info0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue