summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/Widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/Widget.h')
-rw-r--r--WebCore/platform/Widget.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/WebCore/platform/Widget.h b/WebCore/platform/Widget.h
index 798ab9e..4534d58 100644
--- a/WebCore/platform/Widget.h
+++ b/WebCore/platform/Widget.h
@@ -70,11 +70,6 @@ class wxWindow;
typedef wxWindow* PlatformWidget;
#endif
-#if PLATFORM(HAIKU)
-class BView;
-typedef BView* PlatformWidget;
-#endif
-
#if PLATFORM(CHROMIUM)
#include "PlatformWidget.h"
#endif