Skip to content

Commit

Permalink
Remove outdated doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Sep 4, 2023
1 parent 81f3a6d commit 80dfa4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/fj-core/src/algorithms/approx/edge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ impl EdgeApproxCache {
.unwrap_or(position)
}

/// Access the approximation for the given edge, if available
fn get_curve_approx(
&self,
handle: Handle<Curve>,
Expand All @@ -271,7 +270,6 @@ impl EdgeApproxCache {
None
}

/// Insert the approximation of an edge
fn insert_curve_approx(
&mut self,
handle: Handle<Curve>,
Expand Down

0 comments on commit 80dfa4b

Please sign in to comment.