mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Revert "Set callback for action_refresh_playlist"
This reverts commit cb915e2998
.
This commit is contained in:
parent
cb915e2998
commit
ca4f719811
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue