summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-11-04 07:14:02 +0000
committerThomas Martitz <kugel@rockbox.org>2009-11-04 07:14:02 +0000
commitc0635ba6c9abc22bbb87a6b426d61d4c915f7131 (patch)
treee5589565f013ed144dc0f7bed93831b46d684a04 /apps/recorder
parent6750d65f791f19097ce740cfbe12a873a915a897 (diff)
downloadrockbox-c0635ba6c9abc22bbb87a6b426d61d4c915f7131.tar.gz
rockbox-c0635ba6c9abc22bbb87a6b426d61d4c915f7131.zip
Remove wps_data.remote_wps. It's redundant with the new global curr_screen.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23512 a1c6a512-1295-4272-9138-f99709370657
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