From 05985069e66e82e9c17b53b3a32add3412f729f7 Mon Sep 17 00:00:00 2001 From: Dan Everton Date: Fri, 9 Feb 2007 23:07:51 +0000 Subject: Remove accidental inclusion of album art patch fragment. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12247 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/id3.h | 11 ----------- 1 file changed, 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 #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 { -- cgit