mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-10 21:10:15 +00:00
Simplify menu_list_clear
This commit is contained in:
parent
1916e66780
commit
0531d482d2
@ -339,13 +339,8 @@ end:
|
||||
|
||||
void menu_list_clear(file_list_t *list)
|
||||
{
|
||||
driver_t *driver = driver_get_ptr();
|
||||
if (!driver->menu_ctx)
|
||||
goto end;
|
||||
|
||||
menu_driver_list_clear(list);
|
||||
|
||||
end:
|
||||
if (list)
|
||||
file_list_clear(list);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user