summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_internals.h
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-10-04 14:08:24 +0100
committerAidan MacDonald <amachronic@protonmail.com>2022-11-23 09:44:23 -0500
commit9368844ad17a11f28763cc7038d05bd51ddd970e (patch)
tree9dedcaad73058b3bed6b65b6723ab774e1d8cc74 /apps/gui/skin_engine/wps_internals.h
parentf242b0ec6ccfcf97289929e75241c1bcfc2fd94f (diff)
downloadrockbox-9368844ad17a11f28763cc7038d05bd51ddd970e.tar.gz
rockbox-9368844ad17a11f28763cc7038d05bd51ddd970e.zip
skin engine: Remove progressbar viewport field
Again, we don't need to store the viewport in the progressbar struct because it's known at render time. Change-Id: I12514ceaace7c897194b18929364340871ef4635
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 87ccb9ad89..1049954caf 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -112,7 +112,6 @@ struct image_display {
112 112
113struct progressbar { 113struct progressbar {
114 enum skin_token_type type; 114 enum skin_token_type type;
115 OFFSETTYPE(struct viewport *) vp;
116 /* regular pb */ 115 /* regular pb */
117 short x; 116 short x;
118 /* >=0: explicitly set in the tag -> y-coord within the viewport 117 /* >=0: explicitly set in the tag -> y-coord within the viewport