Remove obsolete comment

This commit is contained in:
Hanno Braun 2024-03-22 23:32:21 +01:00
parent 4b509d3324
commit 75fb280277

View File

@ -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()