Remove redundant code

This commit is contained in:
Hanno Braun
2026-02-12 11:55:02 +01:00
parent 87a9216e1f
commit c0ab3e7528

View File

@@ -153,7 +153,6 @@ pub fn face_to_solid(
local
.zip(global)
.map(|(local, global)| ApproxPoint { local, global })
.collect::<Vec<_>>()
};
let approx = face_approx(&boundary, surface);