1
0
Fork 0
forked from len0rd/rockbox

Remove accidental inclusion of album art patch fragment.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12247 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dan Everton 2007-02-09 23:07:51 +00:00
parent d52f2e4bca
commit 05985069e6

View file

@ -22,8 +22,6 @@
#include <stdbool.h>
#include "config.h"
#include "file.h"
#include "lcd.h"
#include "system.h"
/* Audio file types. */
enum
@ -209,15 +207,6 @@ struct mp3entry {
long track_peak; /* 7.24 signed fixed point. 0 for no peak. */
long album_peak;
#endif
#ifdef HAVE_LCD_BITMAP
/* album art support */
fb_data* albumart_data;
unsigned int albumart_width;
unsigned int albumart_height;
bool albumart_found;
char albumart_path[MAX_PATH];
#endif
};
enum {