| Index: sky/engine/core/animation/LengthStyleInterpolation.cpp
|
| diff --git a/sky/engine/core/animation/LengthStyleInterpolation.cpp b/sky/engine/core/animation/LengthStyleInterpolation.cpp
|
| index 174a4d161653f9236beae2a65fc3658e18343d51..d5bebfe157c32928e83e3ab23e7f9b9606ddb68c 100644
|
| --- a/sky/engine/core/animation/LengthStyleInterpolation.cpp
|
| +++ b/sky/engine/core/animation/LengthStyleInterpolation.cpp
|
| @@ -101,9 +101,4 @@ void LengthStyleInterpolation::apply(StyleResolverState& state) const
|
| StyleBuilder::applyProperty(m_id, state, interpolableValueToLength(m_cachedValue.get(), m_range).get());
|
| }
|
|
|
| -void LengthStyleInterpolation::trace(Visitor* visitor)
|
| -{
|
| - StyleInterpolation::trace(visitor);
|
| -}
|
| -
|
| }
|
|
|