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 9765f3b0212e0904ba5c7eb5f9835ce6c6e34135..f7f3e5c829c9a9448a54e01627fa2d6e00f496c6 100644 |
| --- a/sky/engine/core/events/Event.cpp |
| +++ b/sky/engine/core/events/Event.cpp |
| @@ -168,11 +168,6 @@ bool Event::isWheelEvent() const |
| return false; |
| } |
| -bool Event::isRelatedEvent() const |
| -{ |
| - return false; |
| -} |
| - |
| bool Event::isDragEvent() const |
| { |
| return false; |