summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-rw-r--r--apps/recorder/albumart.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/recorder/albumart.c b/apps/recorder/albumart.c
index b668bf4eba..be787538a3 100644
--- a/apps/recorder/albumart.c
+++ b/apps/recorder/albumart.c
@@ -306,12 +306,6 @@ void draw_album_art(struct gui_wps *gwps, int handle_id, bool clear)
306 struct wps_data *data = gwps->data; 306 struct wps_data *data = gwps->data;
307 struct skin_albumart *aa = data->albumart; 307 struct skin_albumart *aa = data->albumart;
308 308
309#ifdef HAVE_REMOTE_LCD
310 /* No album art on RWPS */
311 if (data->remote_wps)
312 return;
313#endif
314
315 if (!aa) 309 if (!aa)
316 return; 310 return;
317 311