aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-01-22 18:44:30 +0100
committerMax Kellermann <max@duempel.org>2015-01-22 18:44:30 +0100
commit929ec70512e08989b744c299a0b281ad2718be23 (patch)
tree46b5cdaa8cbf7e5d49a7bd5f3ed7600631f63872
parent6cd5d7360759fdfb3021195134299a5151551ffb (diff)
downloadmpd-929ec70512e08989b744c299a0b281ad2718be23.tar.gz
mpd-929ec70512e08989b744c299a0b281ad2718be23.tar.xz
mpd-929ec70512e08989b744c299a0b281ad2718be23.zip
queue/PlaylistState: remove unused macro
-rw-r--r--src/queue/PlaylistState.cxx3
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)