Remove useless define

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12463 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2007-02-23 22:18:09 +00:00
parent 7fdee10a70
commit 87c20b7762

View file

@ -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 */