summaryrefslogtreecommitdiff
path: root/apps/recorder/albumart.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/albumart.h')
-rw-r--r--apps/recorder/albumart.h6
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 @@
35bool find_albumart(const struct mp3entry *id3, char *buf, int buflen, 35bool find_albumart(const struct mp3entry *id3, char *buf, int buflen,
36 const struct dim *dim); 36 const struct dim *dim);
37 37
38#ifndef PLUGIN
39/* Draw the album art bitmap from the given handle ID onto the given Skin.
40 Call with clear = true to clear the bitmap instead of drawing it. */
41void draw_album_art(struct gui_wps *gwps, int handle_id, bool clear);
42#endif
43
44bool search_albumart_files(const struct mp3entry *id3, const char *size_string, 38bool search_albumart_files(const struct mp3entry *id3, const char *size_string,
45 char *buf, int buflen); 39 char *buf, int buflen);
46 40