diff options
author | Max Kellermann <max@duempel.org> | 2015-01-22 18:44:30 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-22 18:44:30 +0100 |
commit | 929ec70512e08989b744c299a0b281ad2718be23 (patch) | |
tree | 46b5cdaa8cbf7e5d49a7bd5f3ed7600631f63872 /src/queue/PlaylistState.cxx | |
parent | 6cd5d7360759fdfb3021195134299a5151551ffb (diff) | |
download | mpd-929ec70512e08989b744c299a0b281ad2718be23.tar.gz mpd-929ec70512e08989b744c299a0b281ad2718be23.tar.xz mpd-929ec70512e08989b744c299a0b281ad2718be23.zip |
queue/PlaylistState: remove unused macro
Diffstat (limited to 'src/queue/PlaylistState.cxx')
-rw-r--r-- | src/queue/PlaylistState.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/queue/PlaylistState.cxx b/src/queue/PlaylistState.cxx index c2dbd02b5..56687b6d6 100644 --- a/src/queue/PlaylistState.cxx +++ b/src/queue/PlaylistState.cxx @@ -32,7 +32,6 @@ #include "PlayerControl.hxx" #include "config/ConfigGlobal.hxx" #include "config/ConfigOption.hxx" -#include "fs/Limits.hxx" #include "util/CharUtil.hxx" #include "util/StringUtil.hxx" #include "Log.hxx" @@ -57,8 +56,6 @@ #define PLAYLIST_STATE_FILE_STATE_PAUSE "pause" #define PLAYLIST_STATE_FILE_STATE_STOP "stop" -#define PLAYLIST_BUFFER_SIZE 2*MPD_PATH_MAX - void playlist_state_save(BufferedOutputStream &os, const struct playlist &playlist, PlayerControl &pc) |