Cleanups to menu_action_handle_settings

This commit is contained in:
twinaphex 2014-10-15 03:34:20 +02:00
parent c9bd4ad589
commit c0113bef6a

View File

@ -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)
{