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:
parent
f09693b0be
commit
0cb0cb486f
1 changed files with 0 additions and 2 deletions
|
@ -2346,8 +2346,6 @@ static bool insert_all_playlist(struct tree_context *c,
|
|||
break;
|
||||
}
|
||||
yield();
|
||||
if (playlist == NULL && position == PLAYLIST_INSERT_FIRST)
|
||||
position = PLAYLIST_INSERT;
|
||||
|
||||
if (exit_loop_now)
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue