(menu_navigation.c) Cleanup

This commit is contained in:
twinaphex 2017-01-05 07:29:18 +01:00
parent 2f986d01f2
commit f6e519d79a

View File

@ -235,7 +235,6 @@ bool menu_navigation_ctl(enum menu_navigation_ctl_state state, void *data)
scroll_acceleration = *sel; scroll_acceleration = *sel;
} }
break; break;
default:
case MENU_NAVIGATION_CTL_NONE: case MENU_NAVIGATION_CTL_NONE:
break; break;
} }