summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorDan Everton <dan@iocaine.org>2007-02-09 23:07:51 +0000
committerDan Everton <dan@iocaine.org>2007-02-09 23:07:51 +0000
commit05985069e66e82e9c17b53b3a32add3412f729f7 (patch)
tree92ad5a684d906ab75f25bf0ec6a8cfd5a4ff1041 /firmware
parentd52f2e4bcaac8a70f306d3022a16ea6360108559 (diff)
downloadrockbox-05985069e66e82e9c17b53b3a32add3412f729f7.tar.gz
rockbox-05985069e66e82e9c17b53b3a32add3412f729f7.zip
Remove accidental inclusion of album art patch fragment.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12247 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/id3.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/firmware/export/id3.h b/firmware/export/id3.h
index a62dc5e513..75af992fc0 100644
--- a/firmware/export/id3.h
+++ b/firmware/export/id3.h
@@ -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 {