From 606d3b465f0f6f0f648802e45287d7d529f25f23 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 9 Jul 2019 02:22:09 +0200 Subject: [PATCH] Remove unused action_ok_push_load_disc --- menu/cbs/menu_cbs_ok.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index f76e287133..dca772b632 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -4853,13 +4853,6 @@ static int action_ok_push_downloads_dir(const char *path, entry_idx, ACTION_OK_DL_CONTENT_LIST); } -static int action_ok_push_load_disc(const char *path, - const char *label, unsigned type, size_t idx, size_t entry_idx) -{ - /* TODO/FIXME - fill in - call a task here */ - return 0; -} - int action_ok_push_filebrowser_list_dir_select(const char *path, const char *label, unsigned type, size_t idx, size_t entry_idx) {