From 685b8b7a00ad171f76aba6a93ffaff890aa0caa1 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 6 Dec 2014 12:48:18 +0100 Subject: cocoa: use --idle when running inside bundle Previously when using the bundle we used a custom bizarro thing to wait for events. Just use `--idle` and greatly simplify the code. --- osdep/macosx_application_objc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'osdep/macosx_application_objc.h') diff --git a/osdep/macosx_application_objc.h b/osdep/macosx_application_objc.h index bc2ff8eee7..2383ba810c 100644 --- a/osdep/macosx_application_objc.h +++ b/osdep/macosx_application_objc.h @@ -26,8 +26,6 @@ @property(nonatomic, retain) NSMutableDictionary *menuItems; @property(nonatomic, retain) NSArray *files; -@property(nonatomic, retain) NSMutableArray *argumentsList; -@property(nonatomic, assign) BOOL willStopOnOpenEvent; @end Application *mpv_shared_app(void); -- cgit v1.2.3