mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Remove unused variable warning
This commit is contained in:
parent
443fd6b4f2
commit
8c5b1df986
@ -359,7 +359,6 @@ int menu_entry_select(uint32_t i)
|
|||||||
int menu_entry_iterate(unsigned action)
|
int menu_entry_iterate(unsigned action)
|
||||||
{
|
{
|
||||||
const char *label = NULL;
|
const char *label = NULL;
|
||||||
menu_file_list_cbs_t *cbs = NULL;
|
|
||||||
menu_list_t *menu_list = menu_list_get_ptr();
|
menu_list_t *menu_list = menu_list_get_ptr();
|
||||||
|
|
||||||
if (!menu_list)
|
if (!menu_list)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user