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_application_objc.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'osdep/macosx_application_objc.h') diff --git a/osdep/macosx_application_objc.h b/osdep/macosx_application_objc.h index 5bd05f8d8f..1af64dbcab 100644 --- a/osdep/macosx_application_objc.h +++ b/osdep/macosx_application_objc.h @@ -20,13 +20,6 @@ #include "osdep/macosx_application.h" #import "ar/HIDRemote.h" -struct cocoa_input_queue; - -@interface InputQueue : NSObject -- (void)push:(int)keycode; -- (int) pop; -@end - @interface EventsResponder : NSObject - (BOOL)handleMediaKey:(NSEvent *)event; - (NSEvent *)handleKeyDown:(NSEvent *)event; @@ -45,7 +38,6 @@ struct cocoa_input_queue; - (void)stopPlayback; @property(nonatomic, assign) struct input_ctx *inputContext; -@property(nonatomic, retain) InputQueue *iqueue; @property(nonatomic, retain) EventsResponder *eventsResponder; @property(nonatomic, retain) NSMutableDictionary *menuItems; @property(nonatomic, retain) NSArray *files; -- cgit v1.2.3