summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/lib/feature_wrappers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/lib/feature_wrappers.h b/apps/plugins/lib/feature_wrappers.h
index cf840e6d57..3f47f23c00 100644
--- a/apps/plugins/lib/feature_wrappers.h
+++ b/apps/plugins/lib/feature_wrappers.h
@@ -32,8 +32,6 @@
32 */ 32 */
33#ifdef HAVE_ALBUMART 33#ifdef HAVE_ALBUMART
34#define search_albumart_files rb->search_albumart_files 34#define search_albumart_files rb->search_albumart_files
35#define read_jpeg_file rb->read_jpeg_file
36#define read_jpeg_fd rb->read_jpeg_fd
37#endif 35#endif
38 36
39/* This should only be used when loading scaled bitmaps, or using custom output 37/* This should only be used when loading scaled bitmaps, or using custom output
@@ -44,6 +42,8 @@
44#if LCD_DEPTH > 1 42#if LCD_DEPTH > 1
45#define scaled_read_bmp_file rb->read_bmp_file 43#define scaled_read_bmp_file rb->read_bmp_file
46#define scaled_read_bmp_fd rb->read_bmp_fd 44#define scaled_read_bmp_fd rb->read_bmp_fd
45#define read_jpeg_file rb->read_jpeg_file
46#define read_jpeg_fd rb->read_jpeg_fd
47#else 47#else
48#define scaled_read_bmp_file read_bmp_file 48#define scaled_read_bmp_file read_bmp_file
49#define scaled_read_bmp_fd read_bmp_fd 49#define scaled_read_bmp_fd read_bmp_fd