mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
playlist: Remove playlist_get_required_bufsz
Change-Id: I00cf26a2502f1b31cab8d896bf8eb1ae2626020a
This commit is contained in:
parent
953fcef05e
commit
78bea2a7ac
3 changed files with 6 additions and 26 deletions
|
|
@ -180,8 +180,6 @@ char *playlist_name(const struct playlist_info* playlist, char *buf,
|
|||
int buf_size);
|
||||
char *playlist_get_name(const struct playlist_info* playlist, char *buf,
|
||||
int buf_size);
|
||||
size_t playlist_get_required_bufsz(struct playlist_info* playlist,
|
||||
bool include_namebuf, int num_indices);
|
||||
int playlist_get_track_info(struct playlist_info* playlist, int index,
|
||||
struct playlist_track_info* info);
|
||||
int playlist_save(struct playlist_info* playlist, char *filename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue