Skip to content

Commit

Permalink
Remove unused environment variable attachment in lambda
Browse files Browse the repository at this point in the history
CURA 11395
  • Loading branch information
casperlamboo committed Jan 9, 2024
1 parent 956d47a commit 25870b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raft.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void Raft::generate(SliceDataStorage& storage)
storage.raftInterfaceOutline = storage.raftInterfaceOutline.unionPolygons(ooze_shield_raft);
}

const auto remove_inside_corners = [&settings, &storage](Polygons& outline, bool remove_inside_corners, coord_t smoothing)
const auto remove_inside_corners = [&storage](Polygons& outline, bool remove_inside_corners, coord_t smoothing)
{
if (remove_inside_corners)
{
Expand Down

0 comments on commit 25870b8

Please sign in to comment.