mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-25 06:01:22 +00:00
Revert "Set callback for action_refresh_playlist"
This reverts commit cb915e2998172a4ea916976862973b95e496017e.
This commit is contained in:
parent
cb915e2998
commit
ca4f719811
@ -64,9 +64,6 @@ int menu_cbs_init_bind_refresh(menu_file_list_cbs_t *cbs,
|
||||
case MENU_VALUE_MAIN_MENU:
|
||||
BIND_ACTION_REFRESH(cbs, NULL);
|
||||
break;
|
||||
case MENU_VALUE_PLAYLISTS_TAB:
|
||||
BIND_ACTION_REFRESH(cbs, action_refresh_playlist);
|
||||
break;
|
||||
default:
|
||||
BIND_ACTION_REFRESH(cbs, action_refresh_default);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user