mirror of
https://github.com/libretro/RetroArch
synced 2025-04-11 00:44:20 +00:00
Remove unused variable
This commit is contained in:
parent
7e641b7274
commit
77373e9ba4
@ -1316,7 +1316,6 @@ static int zarch_iterate(void *data, void *userdata, enum menu_action action)
|
|||||||
|
|
||||||
static bool zarch_menu_init_list(void *data)
|
static bool zarch_menu_init_list(void *data)
|
||||||
{
|
{
|
||||||
int ret;
|
|
||||||
menu_displaylist_info_t info = {0};
|
menu_displaylist_info_t info = {0};
|
||||||
file_list_t *menu_stack = menu_entries_get_menu_stack_ptr(0);
|
file_list_t *menu_stack = menu_entries_get_menu_stack_ptr(0);
|
||||||
file_list_t *selection_buf = menu_entries_get_selection_buf_ptr(0);
|
file_list_t *selection_buf = menu_entries_get_selection_buf_ptr(0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user