mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
Remove unused variable
This commit is contained in:
parent
af0e49df57
commit
03ce03eb81
@ -1380,7 +1380,6 @@ static int16_t btstack_hid_joypad_button(void *data,
|
||||
static int16_t btstack_hid_joypad_axis(void *data,
|
||||
unsigned port, uint32_t joyaxis)
|
||||
{
|
||||
btstack_hid_t *hid = (btstack_hid_t*)data;
|
||||
|
||||
if (AXIS_NEG_GET(joyaxis) < 4)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user