diff options
Diffstat (limited to 'WebCore/platform/DragData.h')
-rw-r--r-- | WebCore/platform/DragData.h | 3 |
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 |