mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-13 23:22:34 -05:00
Remove useless define
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12463 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7fdee10a70
commit
87c20b7762
1 changed files with 0 additions and 4 deletions
|
|
@ -58,10 +58,6 @@
|
||||||
* the buffer under which the buffer must reload */
|
* the buffer under which the buffer must reload */
|
||||||
#define MIN_BUFFER_MARGIN (screens[0].nb_lines+1)
|
#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 */
|
/* Information about a specific track */
|
||||||
struct playlist_entry {
|
struct playlist_entry {
|
||||||
char *name; /* Formatted track name */
|
char *name; /* Formatted track name */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue