diff options
Diffstat (limited to 'WebCore/platform/PlatformMenuDescription.h')
-rw-r--r-- | WebCore/platform/PlatformMenuDescription.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/platform/PlatformMenuDescription.h b/WebCore/platform/PlatformMenuDescription.h index c986207..ab71710 100644 --- a/WebCore/platform/PlatformMenuDescription.h +++ b/WebCore/platform/PlatformMenuDescription.h @@ -40,8 +40,6 @@ typedef struct HMENU__* HMENU; typedef struct _GtkMenu GtkMenu; #elif PLATFORM(WX) class wxMenu; -#elif PLATFORM(HAIKU) -class BMenu; #endif namespace WebCore { @@ -60,8 +58,6 @@ namespace WebCore { typedef void* PlatformMenuDescription; #elif PLATFORM(WX) typedef wxMenu* PlatformMenuDescription; -#elif PLATFORM(HAIKU) - typedef BMenu* PlatformMenuDescription; #else typedef void* PlatformMenuDescription; #endif |