Commit 929ec705 authored by Max Kellermann's avatar Max Kellermann

queue/PlaylistState: remove unused macro

parent 6cd5d736
...@@ -32,7 +32,6 @@ ...@@ -32,7 +32,6 @@
#include "PlayerControl.hxx" #include "PlayerControl.hxx"
#include "config/ConfigGlobal.hxx" #include "config/ConfigGlobal.hxx"
#include "config/ConfigOption.hxx" #include "config/ConfigOption.hxx"
#include "fs/Limits.hxx"
#include "util/CharUtil.hxx" #include "util/CharUtil.hxx"
#include "util/StringUtil.hxx" #include "util/StringUtil.hxx"
#include "Log.hxx" #include "Log.hxx"
...@@ -57,8 +56,6 @@ ...@@ -57,8 +56,6 @@
#define PLAYLIST_STATE_FILE_STATE_PAUSE "pause" #define PLAYLIST_STATE_FILE_STATE_PAUSE "pause"
#define PLAYLIST_STATE_FILE_STATE_STOP "stop" #define PLAYLIST_STATE_FILE_STATE_STOP "stop"
#define PLAYLIST_BUFFER_SIZE 2*MPD_PATH_MAX
void void
playlist_state_save(BufferedOutputStream &os, const struct playlist &playlist, playlist_state_save(BufferedOutputStream &os, const struct playlist &playlist,
PlayerControl &pc) PlayerControl &pc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment