Chromium Code Reviews| Index: sky/engine/core/events/Event.cpp |
| diff --git a/sky/engine/core/events/Event.cpp b/sky/engine/core/events/Event.cpp |
| index 14314055efa940baa300b4616be78f642f3edabb..573b12dd285828ea79555e13477ef889d555d8c1 100644 |
| --- a/sky/engine/core/events/Event.cpp |
| +++ b/sky/engine/core/events/Event.cpp |
| @@ -128,11 +128,6 @@ bool Event::isKeyboardEvent() const |
| return false; |
| } |
| -bool Event::isTouchEvent() const |
| -{ |
| - return false; |
| -} |
| - |
| bool Event::isGestureEvent() const |
| { |
| return false; |