diff options
Diffstat (limited to 'firmware/export/id3.h')
-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 { |