queue/PlaylistState: remove unused macro
This commit is contained in:
parent
6cd5d73607
commit
929ec70512
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user