diff options
Diffstat (limited to '')
-rw-r--r-- | src/playlist.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/playlist.h b/src/playlist.h index e104a48e2..6aa5325c0 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -71,8 +71,6 @@ void savePlaylistState(FILE *); void clearPlaylist(void); -int clearStoredPlaylist(const char *utf8file); - /** * Appends a local file (outside the music database) to the playlist, * but only if the file's owner is equal to the specified uid. @@ -82,8 +80,6 @@ playlist_append_file(const char *path, int uid, int *added_id); enum playlist_result addToPlaylist(const char *file, int *added_id); -int addToStoredPlaylist(const char *file, const char *utf8file); - enum playlist_result addSongToPlaylist(struct song *song, int *added_id); |