diff options
Diffstat (limited to 'WebCore/platform/graphics/IntPoint.h')
-rw-r--r-- | WebCore/platform/graphics/IntPoint.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/platform/graphics/IntPoint.h b/WebCore/platform/graphics/IntPoint.h index afbfb46..e6d4816 100644 --- a/WebCore/platform/graphics/IntPoint.h +++ b/WebCore/platform/graphics/IntPoint.h @@ -55,8 +55,6 @@ class QPoint; QT_END_NAMESPACE #elif PLATFORM(GTK) typedef struct _GdkPoint GdkPoint; -#elif PLATFORM(HAIKU) -class BPoint; #endif #if PLATFORM(WX) @@ -123,9 +121,6 @@ public: #elif PLATFORM(GTK) IntPoint(const GdkPoint&); operator GdkPoint() const; -#elif PLATFORM(HAIKU) - explicit IntPoint(const BPoint&); - operator BPoint() const; #endif #if PLATFORM(WX) |