Index: Source/WebCore/platform/PlatformTouchPoint.h |
diff --git a/Source/WebCore/platform/PlatformTouchPoint.h b/Source/WebCore/platform/PlatformTouchPoint.h |
index eb42015078b3d4a79c398031bbaf483b5c3280af..da76bad518b111204238f5d5cb3c2f4d330681eb 100644 |
--- a/Source/WebCore/platform/PlatformTouchPoint.h |
+++ b/Source/WebCore/platform/PlatformTouchPoint.h |
@@ -25,18 +25,6 @@ |
#if ENABLE(TOUCH_EVENTS) |
-#if PLATFORM(QT) |
-#include <QTouchEvent> |
-#endif |
- |
-#if PLATFORM(BLACKBERRY) |
-namespace BlackBerry { |
-namespace Platform { |
-class TouchPoint; |
-}; |
-}; |
-#endif |
- |
namespace WebCore { |
class PlatformTouchEvent; |
@@ -62,10 +50,6 @@ public: |
{ |
} |
-#if PLATFORM(BLACKBERRY) |
- PlatformTouchPoint(const BlackBerry::Platform::TouchPoint&); |
-#endif |
- |
unsigned id() const { return m_id; } |
State state() const { return m_state; } |
IntPoint screenPos() const { return m_screenPos; } |