| Index: sky/engine/core/animation/AnimationNodeTest.cpp
|
| diff --git a/sky/engine/core/animation/AnimationNodeTest.cpp b/sky/engine/core/animation/AnimationNodeTest.cpp
|
| index 8e7ecbe2ab33ed80c96e64d17672c1a166d75f7d..ffa276ea7233b5ee2a0020c2a1c91fe41675826e 100644
|
| --- a/sky/engine/core/animation/AnimationNodeTest.cpp
|
| +++ b/sky/engine/core/animation/AnimationNodeTest.cpp
|
| @@ -95,12 +95,6 @@ public:
|
| return result;
|
| }
|
|
|
| - virtual void trace(Visitor* visitor) override
|
| - {
|
| - visitor->trace(m_eventDelegate);
|
| - AnimationNode::trace(visitor);
|
| - }
|
| -
|
| private:
|
| TestAnimationNode(const Timing& specified, TestAnimationNodeEventDelegate* eventDelegate)
|
| : AnimationNode(specified, adoptPtr(eventDelegate))
|
|
|