forked from len0rd/rockbox
playlist: Remove playlist_add()
It was only used in filetree.c. It's still implemented in Lua so scripts using rb.playlist_add() won't break, but has been removed from the Lua API "backend". Change-Id: I5625a47f0692456008c6b10dee14755151d22f29
This commit is contained in:
parent
129fb4016b
commit
9ba51e3552
8 changed files with 14 additions and 28 deletions
|
|
@ -692,7 +692,6 @@ static const struct plugin_api rockbox_api = {
|
|||
playlist_resume_track,
|
||||
playlist_set_modified,
|
||||
playlist_start,
|
||||
playlist_add,
|
||||
playlist_sync,
|
||||
playlist_remove_all_tracks,
|
||||
playlist_create,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue