Remove redundant line of code

It never seems to have an effect.
This commit is contained in:
Hanno Braun 2023-02-21 13:12:27 +01:00
parent a52fc9ca69
commit 5ee56a3ed8

View File

@ -166,7 +166,6 @@ impl HalfEdgeBuilder for PartialHalfEdge {
} }
fn infer_global_form(&mut self) -> Partial<GlobalEdge> { fn infer_global_form(&mut self) -> Partial<GlobalEdge> {
self.global_form.write().curve = self.curve.read().global_form.clone();
self.global_form.write().vertices = self self.global_form.write().vertices = self
.vertices .vertices
.each_ref_ext() .each_ref_ext()