summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/PopupMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/PopupMenu.h')
-rw-r--r--WebCore/platform/PopupMenu.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/WebCore/platform/PopupMenu.h b/WebCore/platform/PopupMenu.h
index 04b5a68..fc85d60 100644
--- a/WebCore/platform/PopupMenu.h
+++ b/WebCore/platform/PopupMenu.h
@@ -59,8 +59,6 @@ class wxMenu;
#include <wx/event.h>
#elif PLATFORM(CHROMIUM)
#include "PopupMenuPrivate.h"
-#elif PLATFORM(HAIKU)
-class BMenu;
#endif
namespace WebCore {
@@ -94,8 +92,6 @@ public:
#if PLATFORM(WIN)
Scrollbar* scrollbar() const { return m_scrollbar.get(); }
- static LPCTSTR popupClassName();
-
bool up(unsigned lines = 1);
bool down(unsigned lines = 1);
@@ -181,8 +177,6 @@ private:
void OnMenuItemSelected(wxCommandEvent&);
#elif PLATFORM(CHROMIUM)
PopupMenuPrivate p;
-#elif PLATFORM(HAIKU)
- BMenu* m_menu;
#endif
};