playlist: move PLAYLIST_COMMENT to stored_playlist.c
Only used there.
This commit is contained in:
parent
7819aa6b20
commit
14d573cbf1
@ -24,8 +24,6 @@
|
|||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#define PLAYLIST_COMMENT '#'
|
|
||||||
|
|
||||||
struct player_control;
|
struct player_control;
|
||||||
|
|
||||||
enum playlist_result {
|
enum playlist_result {
|
||||||
|
@ -37,6 +37,8 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
static const char PLAYLIST_COMMENT = '#';
|
||||||
|
|
||||||
static unsigned playlist_max_length;
|
static unsigned playlist_max_length;
|
||||||
bool playlist_saveAbsolutePaths = DEFAULT_PLAYLIST_SAVE_ABSOLUTE_PATHS;
|
bool playlist_saveAbsolutePaths = DEFAULT_PLAYLIST_SAVE_ABSOLUTE_PATHS;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user