summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_internals.h
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-10-02 20:44:27 +0100
committerAidan MacDonald <amachronic@protonmail.com>2022-10-18 12:56:28 +0100
commit13da1ba785b1f06bacae06da422ac2cf2ea5eb76 (patch)
tree0f6b10e05ae7edbf2220651217779e699802be21 /apps/gui/skin_engine/wps_internals.h
parent33a47e4a494764802f63b4b456dbd113df250b37 (diff)
downloadrockbox-13da1ba785b1f06bacae06da422ac2cf2ea5eb76.tar.gz
rockbox-13da1ba785b1f06bacae06da422ac2cf2ea5eb76.zip
Remove is_fading from the global WPS state
Turns out it was never assigned and always false. Change-Id: I8cd9118682e7a0785c262d4c0594f8f51412c18b
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 4db304297b..2aedff752b 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -403,7 +403,6 @@ struct wps_state
403 struct mp3entry* nid3; 403 struct mp3entry* nid3;
404 int ff_rewind_count; 404 int ff_rewind_count;
405 bool paused; 405 bool paused;
406 bool is_fading;
407}; 406};
408 407
409/* change the ff/rew-status 408/* change the ff/rew-status