diff options
Diffstat (limited to 'WebCore/platform/mac/PopupMenuMac.mm')
-rw-r--r-- | WebCore/platform/mac/PopupMenuMac.mm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/WebCore/platform/mac/PopupMenuMac.mm b/WebCore/platform/mac/PopupMenuMac.mm index 0ecaa13..6c067b9 100644 --- a/WebCore/platform/mac/PopupMenuMac.mm +++ b/WebCore/platform/mac/PopupMenuMac.mm @@ -114,8 +114,6 @@ void PopupMenu::populate() [[m_popup.get() menu] setMenuChangedMessagesEnabled:messagesEnabled]; } -#if !ENABLE(EXPERIMENTAL_SINGLE_VIEW_MODE) - void PopupMenu::show(const IntRect& r, FrameView* v, int index) { populate(); @@ -196,14 +194,6 @@ void PopupMenu::show(const IntRect& r, FrameView* v, int index) [event release]; } -#else - -void PopupMenu::show(const IntRect&, FrameView*, int) -{ -} - -#endif - void PopupMenu::hide() { [m_popup.get() dismissPopUp]; |