From c0635ba6c9abc22bbb87a6b426d61d4c915f7131 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 4 Nov 2009 07:14:02 +0000 Subject: 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 --- apps/recorder/albumart.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/recorder/albumart.c') 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) struct wps_data *data = gwps->data; struct skin_albumart *aa = data->albumart; -#ifdef HAVE_REMOTE_LCD - /* No album art on RWPS */ - if (data->remote_wps) - return; -#endif - if (!aa) return; -- cgit v1.2.3