Remove obsolete comment

This commit is contained in:
Hanno Braun 2024-04-30 12:40:05 +02:00
parent 8d0739f0d5
commit 23af296ce9

View File

@ -13,9 +13,6 @@ impl TransformObject for Handle<Curve> {
core: &mut Core,
cache: &mut TransformCache,
) -> Self {
// There's nothing to actually transform here, as `Curve` holds no data.
// We still need this implementation though, as a new `Curve` object
// must be created to represent the new and transformed curve.
cache
.entry(self)
.or_insert_with(|| {