Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jan 4, 2023
1 parent 101846c commit 460f24a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/fj-kernel/src/objects/full/vertex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ impl Vertex {
pub fn surface_form(&self) -> &Handle<SurfaceVertex> {
&self.surface_form
}

/// Access the global form of this vertex
pub fn global_form(&self) -> &Handle<GlobalVertex> {
self.surface_form.global_form()
}
}

/// A vertex, defined in surface (2D) coordinates
Expand Down

0 comments on commit 460f24a

Please sign in to comment.