| Index: sky/engine/core/events/AnimationEvent.h
|
| diff --git a/sky/engine/core/events/AnimationEvent.h b/sky/engine/core/events/AnimationEvent.h
|
| index ab31fabc8e96f20c4f6885799d9f024acdff77d7..75d45223ba95ca06b9d1c3c65b57f05c7950aa1d 100644
|
| --- a/sky/engine/core/events/AnimationEvent.h
|
| +++ b/sky/engine/core/events/AnimationEvent.h
|
| @@ -63,8 +63,6 @@ public:
|
|
|
| virtual const AtomicString& interfaceName() const override;
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| AnimationEvent();
|
| AnimationEvent(const AtomicString& type, const String& animationName, double elapsedTime);
|
|
|