| Index: sky/engine/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
|
| diff --git a/sky/engine/core/animation/animatable/AnimatableLengthBoxAndBool.cpp b/sky/engine/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
|
| index 6263091423d2784559ce65f1a2d10ccf3c454587..d027d142101ead241ab3f345b84ed2a76bdf87d1 100644
|
| --- a/sky/engine/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
|
| +++ b/sky/engine/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
|
| @@ -58,10 +58,4 @@ bool AnimatableLengthBoxAndBool::equalTo(const AnimatableValue* value) const
|
| return box()->equals(lengthBox->box()) && flag() == lengthBox->flag();
|
| }
|
|
|
| -void AnimatableLengthBoxAndBool::trace(Visitor* visitor)
|
| -{
|
| - visitor->trace(m_box);
|
| - AnimatableValue::trace(visitor);
|
| -}
|
| -
|
| }
|
|
|