diff options
Diffstat (limited to 'WebCore/platform/PlatformWheelEvent.h')
-rw-r--r-- | WebCore/platform/PlatformWheelEvent.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/WebCore/platform/PlatformWheelEvent.h b/WebCore/platform/PlatformWheelEvent.h index 1978438..ae8df4e 100644 --- a/WebCore/platform/PlatformWheelEvent.h +++ b/WebCore/platform/PlatformWheelEvent.h @@ -49,10 +49,6 @@ class wxMouseEvent; class wxPoint; #endif -#if PLATFORM(HAIKU) -class BMessage; -#endif - namespace WebCore { class FloatPoint; @@ -113,10 +109,6 @@ namespace WebCore { PlatformWheelEvent(const wxMouseEvent&, const wxPoint&); #endif -#if PLATFORM(HAIKU) - PlatformWheelEvent(BMessage*); -#endif - protected: IntPoint m_position; IntPoint m_globalPosition; |