From 985d37826128505532e79b315b56c8fbc195599f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 17 Nov 2014 01:29:02 +0100 Subject: [PATCH] Cleanup menu_common_type_is --- menu/menu_common.c | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/menu/menu_common.c b/menu/menu_common.c index e99c16d177..8e6db68668 100644 --- a/menu/menu_common.c +++ b/menu/menu_common.c @@ -461,23 +461,6 @@ int menu_iterate(retro_input_t input, unsigned menu_common_type_is(const char *label, unsigned type) { - if ( - type == MENU_SETTINGS || - type == MENU_SETTING_GROUP || - !strcmp(label, "Shader Options") || - !strcmp(label, "core_options") || - !strcmp(label, "core_information") || - !strcmp(label, "video_shader_parameters") || - !strcmp(label, "video_shader_preset_parameters") || - !strcmp(label, "disk_options") || - !strcmp(label, "settings") || - !strcmp(label, "performance_counters") || - !strcmp(label, "frontend_counters") || - !strcmp(label, "core_counters") - ) - return MENU_SETTINGS; - - if ( !strcmp(label, "rgui_browser_directory") || !strcmp(label, "content_directory") ||