From ec8f7d9a6d6d8904ad0d374492d4fe000c32629a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 2 Sep 2015 01:17:51 +0200 Subject: [PATCH] (menu_cbs_left.c) - Simplify --- menu/cbs/menu_cbs_left.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/menu/cbs/menu_cbs_left.c b/menu/cbs/menu_cbs_left.c index fb7f7282c9..68d2582035 100644 --- a/menu/cbs/menu_cbs_left.c +++ b/menu/cbs/menu_cbs_left.c @@ -324,15 +324,13 @@ static int disk_options_disk_idx_left(unsigned type, const char *label, bool wraparound) { event_command(EVENT_CMD_DISK_PREV); - return 0; } static int bind_left_generic(unsigned type, const char *label, bool wraparound) { - unsigned action = MENU_ACTION_LEFT; - return menu_setting_set(type, label, action, wraparound); + return menu_setting_set(type, label, MENU_ACTION_LEFT, wraparound); } static int menu_cbs_init_bind_left_compare_label(menu_file_list_cbs_t *cbs,