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:
parent
d52f2e4bca
commit
05985069e6
1 changed files with 0 additions and 11 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue