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 5, 2023
1 parent 3278684 commit 890539a
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 @@ -49,11 +49,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 890539a

Please sign in to comment.