mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 09:58:27 +00:00
Remove redundant code
This commit is contained in:
parent
84c30f0bbb
commit
193c428189
@ -56,9 +56,6 @@ impl Object for Face {
|
||||
}
|
||||
|
||||
fn tri_mesh(&self) -> TriMesh {
|
||||
let mut vertices = Vec::new();
|
||||
vertices.extend(self.half_edges().cloned());
|
||||
|
||||
triangulate(&self.half_edges, self.surface())
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user