(Menu) remove unused variables
This commit is contained in:
parent
499b1d9132
commit
6db3998590
|
@ -571,7 +571,6 @@ static int action_iterate_message(const char *label, unsigned action)
|
||||||
static int mouse_iterate(unsigned *action)
|
static int mouse_iterate(unsigned *action)
|
||||||
{
|
{
|
||||||
const struct retro_keybind *binds[MAX_USERS];
|
const struct retro_keybind *binds[MAX_USERS];
|
||||||
bool wheel_is_up = false, wheel_is_down = false;
|
|
||||||
menu_handle_t *menu = menu_driver_resolve();
|
menu_handle_t *menu = menu_driver_resolve();
|
||||||
if (!menu)
|
if (!menu)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Reference in New Issue