From 11dad6d44b7e969f32f00379cea514101a46a0ac Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 13 Aug 2013 14:52:49 +0200 Subject: macosx: remove platform specific input queue Since last commit the input queue in the core is thread safe, so there is no need for all this platform specific stuff anymore. --- mpvcore/input/input.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'mpvcore') 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); } -- cgit v1.2.3