diff options
author | Peter D'Hoye <peter.dhoye@gmail.com> | 2006-05-21 11:00:02 +0000 |
---|---|---|
committer | Peter D'Hoye <peter.dhoye@gmail.com> | 2006-05-21 11:00:02 +0000 |
commit | 93b899d0fe3426ed50de06d20cdefb6d288e5ec2 (patch) | |
tree | 0dd0af26a5797a02f9a1f0139fde9fb60e1844bb /apps/gui/gwps.h | |
parent | 6ddb5f24294d68749e53c10a99ca09aca9f9f7eb (diff) |
Reworked backdrop handling. Fixes a bug that wasn't in the tracker yet ;)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9970 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r-- | apps/gui/gwps.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h index 08299acbfc..3911ad1825 100644 --- a/apps/gui/gwps.h +++ b/apps/gui/gwps.h @@ -367,10 +367,6 @@ struct wps_data int progress_end; bool wps_loaded; bool peak_meter_enabled; -#ifdef HAVE_LCD_COLOR - bool has_backdrop; - fb_data* old_backdrop; -#endif }; /* initial setup of wps_data */ |