summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/playlist_viewer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c
index b41d69f..7444265 100644
--- a/apps/playlist_viewer.c
+++ b/apps/playlist_viewer.c
@@ -58,10 +58,6 @@
* the buffer under which the buffer must reload */
#define MIN_BUFFER_MARGIN (screens[0].nb_lines+1)
-/* Default playlist name for saving */
-#define DEFAULT_VIEWER_PLAYLIST_NAME "/viewer.m3u"
-
-
/* Information about a specific track */
struct playlist_entry {
char *name; /* Formatted track name */