diff options
author | Dan Everton <dan@iocaine.org> | 2007-02-09 23:07:51 +0000 |
---|---|---|
committer | Dan Everton <dan@iocaine.org> | 2007-02-09 23:07:51 +0000 |
commit | 05985069e66e82e9c17b53b3a32add3412f729f7 (patch) | |
tree | 92ad5a684d906ab75f25bf0ec6a8cfd5a4ff1041 /firmware | |
parent | d52f2e4bcaac8a70f306d3022a16ea6360108559 (diff) | |
download | rockbox-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.h | 11 |
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 { |