From bdaace4da79f6767c823f25c52df8e4e96d1fe45 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 10 Feb 2015 22:36:20 +0100 Subject: [PATCH] Cleanup action_ok_core_download --- menu/menu_entries_cbs.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/menu/menu_entries_cbs.c b/menu/menu_entries_cbs.c index a7506e4df5..e954a7d5c7 100644 --- a/menu/menu_entries_cbs.c +++ b/menu/menu_entries_cbs.c @@ -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; }