playlist: move PLAYLIST_COMMENT to stored_playlist.c

Only used there.
This commit is contained in:
Max Kellermann 2011-09-11 07:55:19 +02:00
parent 7819aa6b20
commit 14d573cbf1
2 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,6 @@
#include <stdbool.h>
#define PLAYLIST_COMMENT '#'
struct player_control;
enum playlist_result {

View File

@ -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;