From e0a2d152163977fdc2a48ac1bd4144614a1e6f25 Mon Sep 17 00:00:00 2001 From: Akemi Date: Sat, 29 Jul 2017 22:19:34 +0200 Subject: osx: refactor menu bar creation make the menu bar look more like a standard macOS menu bar, with all the standard menu items like About, Help, Open, etc. --- osdep/macosx_menubar_objc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'osdep/macosx_menubar_objc.h') diff --git a/osdep/macosx_menubar_objc.h b/osdep/macosx_menubar_objc.h index c0d42cf577..072fef85c7 100644 --- a/osdep/macosx_menubar_objc.h +++ b/osdep/macosx_menubar_objc.h @@ -22,6 +22,4 @@ - (void)registerSelector:(SEL)action forKey:(MPMenuKey)key; -@property(nonatomic, retain) NSMutableDictionary *menuItems; - @end -- cgit v1.2.3