1
0
Fork 0
forked from len0rd/rockbox

tagtree: remove superfluous code from insert_all_playlist

Code has no effect since commit a0e95c8.
Functionality is now handled by the playlist_insert_context_add function

Change-Id: Ie91f605bd7a7d03556fa70d195a06bc55866741d
This commit is contained in:
Christian Soffke 2024-09-29 17:37:18 +02:00
parent f09693b0be
commit 0cb0cb486f

View file

@ -2346,8 +2346,6 @@ static bool insert_all_playlist(struct tree_context *c,
break; break;
} }
yield(); yield();
if (playlist == NULL && position == PLAYLIST_INSERT_FIRST)
position = PLAYLIST_INSERT;
if (exit_loop_now) if (exit_loop_now)
break; break;