Index: Source/core/dom/WheelEvent.h |
diff --git a/Source/core/dom/WheelEvent.h b/Source/core/dom/WheelEvent.h |
index 9a48f61e310ca12059faafaf2f15d38c5e15f3a5..ba17ab4ad2432fd22dcc01ebb32b281692cc6be6 100644 |
--- a/Source/core/dom/WheelEvent.h |
+++ b/Source/core/dom/WheelEvent.h |
@@ -85,8 +85,6 @@ public: |
unsigned deltaMode() const { return m_deltaMode; } |
bool webkitDirectionInvertedFromDevice() const { return m_directionInvertedFromDevice; } |
- // Needed for Objective-C legacy support |
- bool isHorizontal() const { return m_wheelDelta.x(); } |
virtual const AtomicString& interfaceName() const; |
virtual bool isMouseEvent() const; |