From 929ec70512e08989b744c299a0b281ad2718be23 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 22 Jan 2015 18:44:30 +0100 Subject: queue/PlaylistState: remove unused macro --- src/queue/PlaylistState.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') 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) -- cgit v1.2.3