Cleanup action_ok_core_download

This commit is contained in:
twinaphex 2015-02-10 22:36:20 +01:00
parent 3f7adb2903
commit bdaace4da7

View File

@ -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;
}