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. --- osdep/macosx_events.h | 1 - 1 file changed, 1 deletion(-) (limited to 'osdep/macosx_events.h') diff --git a/osdep/macosx_events.h b/osdep/macosx_events.h index 409a210fb8..dcb96d2d43 100644 --- a/osdep/macosx_events.h +++ b/osdep/macosx_events.h @@ -23,7 +23,6 @@ void cocoa_put_key(int keycode); void cocoa_put_key_with_modifiers(int keycode, int modifiers); -void cocoa_check_events(void); void cocoa_init_apple_remote(void); void cocoa_uninit_apple_remote(void); -- cgit v1.2.3