diff options
author | Max Kellermann <max@duempel.org> | 2009-01-25 14:11:47 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-25 14:11:47 +0100 |
commit | 98cb8f3969de6b0151d2777b2344d6ff8fd44f1b (patch) | |
tree | af21157bb4ee43d0198c1cfb3cea740f3aaa0d93 /src/playlist.h | |
parent | 69c74afa2512747122880c35ac685d319057ab6d (diff) | |
download | mpd-98cb8f3969de6b0151d2777b2344d6ff8fd44f1b.tar.gz mpd-98cb8f3969de6b0151d2777b2344d6ff8fd44f1b.tar.xz mpd-98cb8f3969de6b0151d2777b2344d6ff8fd44f1b.zip |
playlist: moved savePlaylist() and loadPlaylsit() to playlist_save.c
Diffstat (limited to '')
-rw-r--r-- | src/playlist.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/playlist.h b/src/playlist.h index e257e5392..632ddfc76 100644 --- a/src/playlist.h +++ b/src/playlist.h @@ -144,8 +144,6 @@ enum playlist_result swapSongsInPlaylist(unsigned song1, unsigned song2); enum playlist_result swapSongsInPlaylistById(unsigned id1, unsigned id2); -enum playlist_result loadPlaylist(const char *utf8file); - bool getPlaylistRepeatStatus(void); void setPlaylistRepeatStatus(bool status); |