diff options
Diffstat (limited to 'src/PlaylistSave.hxx')
-rw-r--r-- | src/PlaylistSave.hxx | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/PlaylistSave.hxx b/src/PlaylistSave.hxx index 3e58b8630..914c8c086 100644 --- a/src/PlaylistSave.hxx +++ b/src/PlaylistSave.hxx @@ -48,14 +48,4 @@ spl_save_queue(const char *name_utf8, const Queue &queue); PlaylistResult spl_save_playlist(const char *name_utf8, const playlist &playlist); -/** - * Loads a stored playlist file, and append all songs to the global - * playlist. - */ -bool -playlist_load_spl(struct playlist &playlist, PlayerControl &pc, - const char *name_utf8, - unsigned start_index, unsigned end_index, - Error &error); - #endif |