mirror of
https://github.com/libretro/RetroArch
synced 2025-03-20 10:20:51 +00:00
Cleanup action_ok_core_download
This commit is contained in:
parent
3f7adb2903
commit
bdaace4da7
@ -1167,13 +1167,6 @@ static int action_ok_core_load(const char *path,
|
||||
static int action_ok_core_download(const char *path,
|
||||
const char *label, unsigned type, size_t idx)
|
||||
{
|
||||
const char *menu_path = NULL;
|
||||
if (!driver.menu)
|
||||
return -1;
|
||||
|
||||
menu_list_get_last_stack(driver.menu->menu_list,
|
||||
&menu_path, NULL, NULL);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user