summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_menubar_objc.h
diff options
context:
space:
mode:
authorAkemi <der.richter@gmx.de>2017-07-29 22:19:34 +0200
committerAkemi <der.richter@gmx.de>2017-08-18 19:20:41 +0200
commite0a2d152163977fdc2a48ac1bd4144614a1e6f25 (patch)
tree3de2d518ae9916adbe1db497a9f39c0e3fa79905 /osdep/macosx_menubar_objc.h
parent48ab72b4781b01e334b60d6f5e71afe72900fa58 (diff)
downloadmpv-e0a2d152163977fdc2a48ac1bd4144614a1e6f25.tar.bz2
mpv-e0a2d152163977fdc2a48ac1bd4144614a1e6f25.tar.xz
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.
Diffstat (limited to 'osdep/macosx_menubar_objc.h')
-rw-r--r--osdep/macosx_menubar_objc.h2
1 files changed, 0 insertions, 2 deletions
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