Don't rely on MAIN_VALUE

This commit is contained in:
twinaphex 2016-06-17 20:27:52 +02:00
parent 7358b598ed
commit fd40636f76

View File

@ -47,9 +47,6 @@ int menu_cbs_init_bind_refresh(menu_file_list_cbs_t *cbs,
switch (label_hash)
{
case MENU_VALUE_MAIN_MENU:
BIND_ACTION_REFRESH(cbs, NULL);
break;
default:
BIND_ACTION_REFRESH(cbs, action_refresh_default);
break;