From c0113bef6adfcf15f403ea05cb005479d410522c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 15 Oct 2014 03:34:20 +0200 Subject: [PATCH] Cleanups to menu_action_handle_settings --- frontend/menu/menu_action.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/menu/menu_action.c b/frontend/menu/menu_action.c index a4de696afc..dfbf0c6bdf 100644 --- a/frontend/menu/menu_action.c +++ b/frontend/menu/menu_action.c @@ -172,9 +172,7 @@ static int menu_action_handle_setting(rarch_setting_t *setting, if (setting->type == ST_STRING) { - if ( - (setting->flags & SD_FLAG_ALLOW_INPUT) || - type == MENU_FILE_LINEFEED_SWITCH) + if (setting->flags & SD_FLAG_ALLOW_INPUT) { switch (action) {