Commit 14d573cb authored by Max Kellermann's avatar Max Kellermann

playlist: move PLAYLIST_COMMENT to stored_playlist.c

Only used there.
parent 7819aa6b
......@@ -24,8 +24,6 @@
#include <stdbool.h>
#define PLAYLIST_COMMENT '#'
struct player_control;
enum playlist_result {
......
......@@ -37,6 +37,8 @@
#include <string.h>
#include <errno.h>
static const char PLAYLIST_COMMENT = '#';
static unsigned playlist_max_length;
bool playlist_saveAbsolutePaths = DEFAULT_PLAYLIST_SAVE_ABSOLUTE_PATHS;
......
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