Remove superfluous Simplify() call

This commit is contained in:
Seth Hillbrand 2023-02-22 13:24:15 -08:00
parent f076f6fb46
commit da61d31f44
1 changed files with 0 additions and 1 deletions

View File

@ -1670,7 +1670,6 @@ void PAD::TransformShapeToPolygon( SHAPE_POLY_SET& aBuffer, PCB_LAYER_ID aLayer,
}
outline.Inflate( clearance, numSegs );
outline.Simplify( SHAPE_POLY_SET::PM_FAST );
outline.Fracture( SHAPE_POLY_SET::PM_FAST );
}