This commit is contained in:
twinaphex 2019-07-04 18:42:38 +02:00
parent 7afa9e3663
commit 3cbb495bd2

View File

@ -1630,8 +1630,6 @@ int menu_cbs_init_bind_deferred_push(menu_file_list_cbs_t *cbs,
BIND_ACTION_DEFERRED_PUSH(cbs, deferred_push_default);
RARCH_LOG("Label: %s\n", label);
if (cbs->enum_idx != MENU_ENUM_LABEL_PLAYLIST_ENTRY &&
menu_cbs_init_bind_deferred_push_compare_label(cbs, label, label_hash) == 0)
return 0;