| Index: sky/engine/platform/LifecycleContext.h
|
| diff --git a/sky/engine/platform/LifecycleContext.h b/sky/engine/platform/LifecycleContext.h
|
| index d2eee95e45287eb6a63c2a09c35b9b384d67f8ea..5526cb0b3ff9ca9d86b5b9fd56321637d1643992 100644
|
| --- a/sky/engine/platform/LifecycleContext.h
|
| +++ b/sky/engine/platform/LifecycleContext.h
|
| @@ -55,8 +55,6 @@ public:
|
| // Called from the destructor of observers.
|
| void wasUnobservedBy(Observer*);
|
|
|
| - virtual void trace(Visitor*) { }
|
| -
|
| protected:
|
| Notifier& lifecycleNotifier();
|
|
|
|
|