diff --git a/menu/cbs/menu_cbs_start.c b/menu/cbs/menu_cbs_start.c index f7443bec87..cc62e57dfd 100644 --- a/menu/cbs/menu_cbs_start.c +++ b/menu/cbs/menu_cbs_start.c @@ -548,8 +548,10 @@ static int menu_cbs_init_bind_start_compare_label(menu_file_list_cbs_t *cbs) return -1; } } + else + return -1; - return -1; + return 0; } static int menu_cbs_init_bind_start_compare_type(menu_file_list_cbs_t *cbs, @@ -588,11 +590,6 @@ static int menu_cbs_init_bind_start_compare_type(menu_file_list_cbs_t *cbs, { BIND_ACTION_START(cbs, action_start_core_setting); } - /* TODO/FIXME - refactor this */ - else if (type == MENU_LABEL_SCREEN_RESOLUTION) - { - BIND_ACTION_START(cbs, action_start_video_resolution); - } else { switch (type) diff --git a/msg_hash.h b/msg_hash.h index 2b1564de57..df6d0ef7da 100644 --- a/msg_hash.h +++ b/msg_hash.h @@ -2812,9 +2812,6 @@ enum msg_hash_enums }; /* Callback strings */ -/* TODO/FIXME - get rid of this */ - -#define MENU_LABEL_SCREEN_RESOLUTION 0x5c9b3a58U const char *msg_hash_to_str(enum msg_hash_enums msg);