Skip to content

Commit

Permalink
Remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Mar 23, 2024
1 parent 4b509d3 commit 75fb280
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/fj-core/src/operations/transform/edge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ impl TransformObject for Handle<HalfEdge> {
core: &mut Core,
cache: &mut TransformCache,
) -> Self {
// Don't need to transform the path, as that's defined in surface
// coordinates.
let boundary = self.boundary();
let curve = self
.curve()
Expand Down

0 comments on commit 75fb280

Please sign in to comment.