Cleanup
This commit is contained in:
parent
f19d96d3c4
commit
b6972f9926
|
@ -877,7 +877,6 @@ static int generic_action_ok(const char *path,
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case ACTION_OK_LOAD_CONFIG_FILE:
|
case ACTION_OK_LOAD_CONFIG_FILE:
|
||||||
{
|
|
||||||
flush_char = NULL;
|
flush_char = NULL;
|
||||||
flush_type = MENU_SETTINGS;
|
flush_type = MENU_SETTINGS;
|
||||||
menu_display_set_msg_force(true);
|
menu_display_set_msg_force(true);
|
||||||
|
@ -888,7 +887,6 @@ static int generic_action_ok(const char *path,
|
||||||
menu_navigation_ctl(MENU_NAVIGATION_CTL_CLEAR, &pending_push);
|
menu_navigation_ctl(MENU_NAVIGATION_CTL_CLEAR, &pending_push);
|
||||||
ret = -1;
|
ret = -1;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
#ifdef HAVE_SHADER_MANAGER
|
#ifdef HAVE_SHADER_MANAGER
|
||||||
case ACTION_OK_LOAD_PRESET:
|
case ACTION_OK_LOAD_PRESET:
|
||||||
|
|
Loading…
Reference in New Issue