diff options
Diffstat (limited to 'WebCore/platform/PlatformMouseEvent.h')
-rw-r--r-- | WebCore/platform/PlatformMouseEvent.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/WebCore/platform/PlatformMouseEvent.h b/WebCore/platform/PlatformMouseEvent.h index d01636e..2543d40 100644 --- a/WebCore/platform/PlatformMouseEvent.h +++ b/WebCore/platform/PlatformMouseEvent.h @@ -50,10 +50,6 @@ typedef long LPARAM; class wxMouseEvent; #endif -#if PLATFORM(HAIKU) -class BMessage; -#endif - namespace WebCore { // These button numbers match the ones used in the DOM API, 0 through 2, except for NoButton which isn't specified. @@ -132,10 +128,6 @@ namespace WebCore { PlatformMouseEvent(const wxMouseEvent&, const wxPoint& globalPoint, int clickCount); #endif -#if PLATFORM(HAIKU) - PlatformMouseEvent(const BMessage*); -#endif - protected: IntPoint m_position; IntPoint m_globalPosition; |