diff options
author | Max Kellermann <max@duempel.org> | 2009-11-01 17:51:29 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-01 17:51:29 +0100 |
commit | 4b17aca7476dacfbd3b3220ff8013724f5eed0c9 (patch) | |
tree | 42af2d45d3345026a4eb929e792eca384b5c34c3 /src/song.h | |
parent | 63dda94a027d324fa3d0c9404a440e3f5e15cede (diff) | |
download | mpd-4b17aca7476dacfbd3b3220ff8013724f5eed0c9.tar.gz mpd-4b17aca7476dacfbd3b3220ff8013724f5eed0c9.tar.xz mpd-4b17aca7476dacfbd3b3220ff8013724f5eed0c9.zip |
song_save: load one song at a time
Changed songvec_load() to song_load(). Added start and end markers
for each song. Removed the "key" line, it's redundant.
Diffstat (limited to 'src/song.h')
-rw-r--r-- | src/song.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/song.h b/src/song.h index bfa33e23d..c8e80b0d1 100644 --- a/src/song.h +++ b/src/song.h @@ -24,9 +24,6 @@ #include <stdbool.h> #include <sys/time.h> -#define SONG_BEGIN "songList begin" -#define SONG_END "songList end" - #define SONG_FILE "file: " #define SONG_TIME "Time: " |