Move unused implementation behinde macro
This commit is contained in:
parent
8e35ece403
commit
f2803c4ae1
3 changed files with 182 additions and 193 deletions
|
@ -203,7 +203,7 @@ ExPolygons heal_and_check(const Polygons &polygons)
|
|||
Points polygons_points = to_points(polygons);
|
||||
Points duplicits_prev = collect_duplicates(polygons_points);
|
||||
|
||||
ExPolygons shape = Emboss::heal_shape(polygons, 10);
|
||||
ExPolygons shape = Emboss::heal_shape(polygons);
|
||||
|
||||
// Is default shape for unhealabled shape?
|
||||
bool is_default_shape =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue