mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
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
|
|
@ -103,7 +103,6 @@ void playlist_init(void) INIT_ATTR;
|
|||
void playlist_shutdown(void);
|
||||
int playlist_create(const char *dir, const char *file);
|
||||
int playlist_resume(void);
|
||||
int playlist_add(const char *filename);
|
||||
int playlist_shuffle(int random_seed, int start_index);
|
||||
unsigned int playlist_get_filename_crc32(struct playlist_info *playlist,
|
||||
int index);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue