cocoa: remove usage of mp_fifo

Update Cocoa parts to remove usage of the mp_fifo internal API to send events
to the core and use the input context directly. This is to follow commits the
work in commits 70a8079c and d603e73c.
This commit is contained in:
Stefano Pigozzi
2013-07-03 22:19:26 +02:00
parent 56b9dcaabb
commit 8af51bd3fe
5 changed files with 2 additions and 12 deletions

View File

@@ -43,7 +43,6 @@ struct cocoa_input_queue;
- (void)stopPlayback;
@property(nonatomic, assign) struct input_ctx *inputContext;
@property(nonatomic, assign) struct mp_fifo *keyFIFO;
@property(nonatomic, retain) InputQueue *iqueue;
@property(nonatomic, retain) EventsResponder *eventsResponder;
@property(nonatomic, retain) NSMutableDictionary *menuItems;