From 8af51bd3fe671b9e43dae16250cc2cf9379d60ef Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 3 Jul 2013 22:19:26 +0200 Subject: 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. --- core/mplayer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'core') diff --git a/core/mplayer.c b/core/mplayer.c index 01923dc041..79626fdc80 100644 --- a/core/mplayer.c +++ b/core/mplayer.c @@ -3857,7 +3857,6 @@ static void init_input(struct MPContext *mpctx) #ifdef CONFIG_COCOA cocoa_set_input_context(mpctx->input); - cocoa_set_key_fifo((struct mp_fifo *)mpctx->input); #endif } -- cgit v1.2.3