diff --git a/driver.h b/driver.h index 868c0b90a8..1869a3c7da 100644 --- a/driver.h +++ b/driver.h @@ -458,11 +458,7 @@ typedef struct menu_ctx_driver const char *ident; } menu_ctx_driver_t; -#ifdef ANDROID #define RGUI_MAX_BUTTONS 219 -#else -#define RGUI_MAX_BUTTONS 32 -#endif #define RGUI_MAX_AXES 32 #define RGUI_MAX_HATS 4