summaryrefslogtreecommitdiffstats
path: root/core/mplayer.c
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2013-07-03 22:19:26 +0200
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-07-03 22:25:45 +0200
commit8af51bd3fe671b9e43dae16250cc2cf9379d60ef (patch)
tree4e90fcf98c3e20f64580a06b782588d1f068df91 /core/mplayer.c
parent56b9dcaabb03498c2ec8e5a00b048582cba0c732 (diff)
downloadmpv-8af51bd3fe671b9e43dae16250cc2cf9379d60ef.tar.bz2
mpv-8af51bd3fe671b9e43dae16250cc2cf9379d60ef.tar.xz
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.
Diffstat (limited to 'core/mplayer.c')
-rw-r--r--core/mplayer.c1
1 files changed, 0 insertions, 1 deletions
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
}