mirror of https://github.com/CGAL/cgal
remove unused variable
This commit is contained in:
parent
086baf4d44
commit
d8d2152513
|
|
@ -338,7 +338,6 @@ template <class Traits, class Container, class CostFunction, class StopFunction>
|
||||||
|
|
||||||
Constraint_id cid = pct.insert_constraint(polygon);
|
Constraint_id cid = pct.insert_constraint(polygon);
|
||||||
|
|
||||||
bool keep_points = false;
|
|
||||||
Polyline_simplification_2<PCT, CostFunction, StopFunction> simplifier(pct, cost, stop);
|
Polyline_simplification_2<PCT, CostFunction, StopFunction> simplifier(pct, cost, stop);
|
||||||
while(simplifier()){}
|
while(simplifier()){}
|
||||||
|
|
||||||
|
|
@ -387,7 +386,6 @@ Simplifies an open or closed polyline given as an iterator range of 2D \cgal poi
|
||||||
|
|
||||||
Constraint_id cid = pct.insert_constraint(b,e, close);
|
Constraint_id cid = pct.insert_constraint(b,e, close);
|
||||||
|
|
||||||
bool keep_points = false;
|
|
||||||
Polyline_simplification_2<PCT, CostFunction, StopFunction> simplifier(pct, cost, stop);
|
Polyline_simplification_2<PCT, CostFunction, StopFunction> simplifier(pct, cost, stop);
|
||||||
while(simplifier()){}
|
while(simplifier()){}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue