From c3de4ae7c3fd05b85ce31186f1fef5345367d97e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 16 Nov 2015 06:57:07 +0100 Subject: [PATCH] cocoa_input.h - remove NUM_HATS too --- input/drivers/cocoa_input.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/input/drivers/cocoa_input.h b/input/drivers/cocoa_input.h index cc75f23cbb..aa205a016b 100644 --- a/input/drivers/cocoa_input.h +++ b/input/drivers/cocoa_input.h @@ -25,10 +25,6 @@ #define MAX_TOUCHES 16 #define MAX_KEYS 256 -#ifndef NUM_HATS -#define NUM_HATS 4 -#endif - typedef struct { int16_t screen_x, screen_y;