mirror of https://github.com/CGAL/cgal
remove useless generator() accessor
This commit is contained in:
parent
490a6ad589
commit
f4e2b3db69
|
|
@ -219,11 +219,6 @@ struct Initialization_options
|
||||||
return initial_points_generator_(pts, n);
|
return initial_points_generator_(pts, n);
|
||||||
}
|
}
|
||||||
|
|
||||||
const Initial_points_generator& generator() const
|
|
||||||
{
|
|
||||||
return initial_points_generator_;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool is_default() const
|
bool is_default() const
|
||||||
{
|
{
|
||||||
return begin_it == end_it
|
return begin_it == end_it
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue