| Index: sky/engine/core/events/Event.h
|
| diff --git a/sky/engine/core/events/Event.h b/sky/engine/core/events/Event.h
|
| index d4988f2ceb4219e86f0ae6872126a02c6e914d2e..b737cad598f698724bc6bdc8bac7f51c5e055282 100644
|
| --- a/sky/engine/core/events/Event.h
|
| +++ b/sky/engine/core/events/Event.h
|
| @@ -140,7 +140,6 @@ public:
|
| virtual bool isUIEvent() const;
|
| virtual bool isFocusEvent() const;
|
| virtual bool isKeyboardEvent() const;
|
| - virtual bool isGestureEvent() const;
|
|
|
| // Drag events are a subset of mouse events.
|
| virtual bool isDragEvent() const;
|
|
|