mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Get rid of unused variable
This commit is contained in:
parent
b5aa3049c6
commit
9c6d252c37
@ -596,7 +596,6 @@ static int menu_input_key_bind_set_mode_common(rarch_setting_t *setting,
|
|||||||
file_list_t *menu_stack = NULL;
|
file_list_t *menu_stack = NULL;
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
menu_input_t *menu_input = menu_input_get_ptr();
|
menu_input_t *menu_input = menu_input_get_ptr();
|
||||||
file_list_t *selection_buf = menu_entries_get_selection_buf_ptr();
|
|
||||||
|
|
||||||
if (!setting)
|
if (!setting)
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user