diff --git a/ui/drivers/cocoa/apple_platform.h b/ui/drivers/cocoa/apple_platform.h index 8a87b13c73..bdeced0948 100644 --- a/ui/drivers/cocoa/apple_platform.h +++ b/ui/drivers/cocoa/apple_platform.h @@ -16,14 +16,9 @@ /* Similarly to SDL, we'll respond to key events by doing nothing so we don't beep. */ -- (void)flagsChanged:(NSEvent *)event { -} - -- (void)keyDown:(NSEvent *)event { -} - -- (void)keyUp:(NSEvent *)event { -} +- (void)flagsChanged:(NSEvent *)event { } +- (void)keyDown:(NSEvent *)event { } +- (void)keyUp:(NSEvent *)event { } @end #endif diff --git a/ui/drivers/cocoa/cocoa_common.h b/ui/drivers/cocoa/cocoa_common.h index 695561baf2..ae24ad9bc7 100644 --- a/ui/drivers/cocoa/cocoa_common.h +++ b/ui/drivers/cocoa/cocoa_common.h @@ -57,7 +57,6 @@ typedef enum apple_view_type { #import #endif - /*********************************************/ /* RAMenuBase */ /* A menu class that displays RAMenuItemBase */