diff options
| author | Nils Wallménius <nils@rockbox.org> | 2007-02-23 22:18:09 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2007-02-23 22:18:09 +0000 |
| commit | 87c20b7762ddf114b5da43fc34e73cc6b903d5ea (patch) | |
| tree | 5e81886cb89a800883edee95a0e679bb201e382c | |
| parent | 7fdee10a70734c98f41e6014df14c00cd277ea5d (diff) | |
| download | rockbox-87c20b7762ddf114b5da43fc34e73cc6b903d5ea.zip rockbox-87c20b7762ddf114b5da43fc34e73cc6b903d5ea.tar.gz rockbox-87c20b7762ddf114b5da43fc34e73cc6b903d5ea.tar.bz2 rockbox-87c20b7762ddf114b5da43fc34e73cc6b903d5ea.tar.xz | |
Remove useless define
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12463 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/playlist_viewer.c | 4 |
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 */ |