summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_internals.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-01-25 21:40:55 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-01-25 21:40:55 +0000
commit4c385729975db3dc5f89d260a34ac7d48cf7fb08 (patch)
treeb643b37a9d501c8b57ade277704527ee0703a0e4 /apps/gui/skin_engine/wps_internals.h
parentd796ab6f61a4a336c53d6689750aa0eca118bbfd (diff)
downloadrockbox-4c385729975db3dc5f89d260a34ac7d48cf7fb08.tar.gz
rockbox-4c385729975db3dc5f89d260a34ac7d48cf7fb08.zip
Remove WPS related variable which is read but not set or changed. Closes FS#11396.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29139 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/wps_internals.h')
-rw-r--r--apps/gui/skin_engine/wps_internals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index 2bf0ee9fe0..83e94b6f8d 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -306,7 +306,6 @@ struct wps_state
306 int ff_rewind_count; 306 int ff_rewind_count;
307 bool ff_rewind; 307 bool ff_rewind;
308 bool paused; 308 bool paused;
309 bool wps_time_countup;
310 bool is_fading; 309 bool is_fading;
311}; 310};
312 311