From e49aeb1071fae93307046f1494ce8b2d2c89b326 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sat, 26 Feb 2011 18:48:17 +0100 Subject: [PATCH] Remove redundant define. --- driver.h | 1 - 1 file changed, 1 deletion(-) diff --git a/driver.h b/driver.h index 07d0da34bc..7313729568 100644 --- a/driver.h +++ b/driver.h @@ -78,7 +78,6 @@ typedef struct audio_driver #define AXIS_NEG_GET(x) (((uint32_t)(x) >> 16) & 0xFFFFU) #define AXIS_POS_GET(x) ((uint32_t)(x) & 0xFFFFU) -#define AXIS_NONE (0xFFFFFFFFU) #define NO_BTN ((uint16_t)0xFFFFU) // I hope no joypad will ever have this many buttons ... ;)