summaryrefslogtreecommitdiffstats
path: root/mpvcore/input/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/input/input.c')
-rw-r--r--mpvcore/input/input.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mpvcore/input/input.c b/mpvcore/input/input.c
index ed3136a5d4..2685083ecc 100644
--- a/mpvcore/input/input.c
+++ b/mpvcore/input/input.c
@@ -1744,9 +1744,6 @@ static void read_events(struct input_ctx *ictx, int time)
static void read_all_events(struct input_ctx *ictx, int time)
{
getch2_poll();
-#ifdef CONFIG_COCOA
- cocoa_check_events();
-#endif
read_events(ictx, time);
}