diff options
author | Thomas Martitz <kugel@rockbox.org> | 2009-11-04 07:14:02 +0000 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2009-11-04 07:14:02 +0000 |
commit | c0635ba6c9abc22bbb87a6b426d61d4c915f7131 (patch) | |
tree | e5589565f013ed144dc0f7bed93831b46d684a04 /apps/recorder/albumart.c | |
parent | 6750d65f791f19097ce740cfbe12a873a915a897 (diff) |
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/albumart.c')
-rw-r--r-- | apps/recorder/albumart.c | 6 |
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) 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; |