From 87c20b7762ddf114b5da43fc34e73cc6b903d5ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Fri, 23 Feb 2007 22:18:09 +0000 Subject: [PATCH] Remove useless define git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12463 a1c6a512-1295-4272-9138-f99709370657 --- apps/playlist_viewer.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c index b41d69f776..74442652c6 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 */