summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_application_objc.h
diff options
context:
space:
mode:
authorAkemi <der.richter@gmx.de>2018-01-20 15:54:27 +0100
committerKevin Mitchell <kevmitch@gmail.com>2018-01-20 14:43:49 -0800
commitdb08e28304693c1b2e8cbfbad0c28c23c1a414d7 (patch)
treea6828a1dee5ff972396101c639fb3befd7167d00 /osdep/macosx_application_objc.h
parent45ce4ba877b965291d9d9209b6dda6fbfbf83bb7 (diff)
downloadmpv-db08e28304693c1b2e8cbfbad0c28c23c1a414d7.tar.bz2
mpv-db08e28304693c1b2e8cbfbad0c28c23c1a414d7.tar.xz
osx: code cleanups and cosmetic fixes
Diffstat (limited to 'osdep/macosx_application_objc.h')
-rw-r--r--osdep/macosx_application_objc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/osdep/macosx_application_objc.h b/osdep/macosx_application_objc.h
index 512ab0f4ee..c12a8b8c64 100644
--- a/osdep/macosx_application_objc.h
+++ b/osdep/macosx_application_objc.h
@@ -29,6 +29,5 @@ struct mpv_event;
- (void)openFiles:(NSArray *)filenames;
@property(nonatomic, retain) MenuBar *menuBar;
-@property(nonatomic, retain) NSArray *files;
@property(nonatomic, assign) size_t openCount;
@end