summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/DragData.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/DragData.h')
-rw-r--r--WebCore/platform/DragData.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/platform/DragData.h b/WebCore/platform/DragData.h
index 116ffdd..a1555e3 100644
--- a/WebCore/platform/DragData.h
+++ b/WebCore/platform/DragData.h
@@ -58,9 +58,6 @@ typedef void* DragDataRef;
typedef void* DragDataRef;
#elif PLATFORM(CHROMIUM)
#include "DragDataRef.h"
-#elif PLATFORM(HAIKU)
-class BMessage;
-typedef class BMessage* DragDataRef;
#endif