diff options
Diffstat (limited to 'apps/recorder/albumart.h')
-rw-r--r-- | apps/recorder/albumart.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/recorder/albumart.h b/apps/recorder/albumart.h index 80cacaf5f0..0d663d3d92 100644 --- a/apps/recorder/albumart.h +++ b/apps/recorder/albumart.h @@ -35,12 +35,6 @@ bool find_albumart(const struct mp3entry *id3, char *buf, int buflen, const struct dim *dim); -#ifndef PLUGIN -/* Draw the album art bitmap from the given handle ID onto the given Skin. - Call with clear = true to clear the bitmap instead of drawing it. */ -void draw_album_art(struct gui_wps *gwps, int handle_id, bool clear); -#endif - bool search_albumart_files(const struct mp3entry *id3, const char *size_string, char *buf, int buflen); |