| Index: sky/engine/core/events/Event.h
|
| diff --git a/sky/engine/core/events/Event.h b/sky/engine/core/events/Event.h
|
| index 4b1143bccda69e928649310e58be2fcda3f3b5ed..57a1d83312a890c1414908002aed72fcc80a3c85 100644
|
| --- a/sky/engine/core/events/Event.h
|
| +++ b/sky/engine/core/events/Event.h
|
| @@ -154,8 +154,6 @@ public:
|
| virtual bool isClipboardEvent() const;
|
| virtual bool isBeforeTextInsertedEvent() const;
|
|
|
| - virtual bool isBeforeUnloadEvent() const;
|
| -
|
| bool propagationStopped() const { return m_propagationStopped || m_immediatePropagationStopped; }
|
| bool immediatePropagationStopped() const { return m_immediatePropagationStopped; }
|
|
|
|
|