summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_internals.h
diff options
context:
space:
mode:
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 1ea5dbf467..3b1d7cf054 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -80,7 +80,6 @@ struct gui_img {
80 int buflib_handle; 80 int buflib_handle;
81 OFFSETTYPE(char*) label; 81 OFFSETTYPE(char*) label;
82 bool loaded; /* load state */ 82 bool loaded; /* load state */
83 bool always_display; /* not using the preload/display mechanism */
84 int display; 83 int display;
85 bool using_preloaded_icons; /* using the icon system instead of a bmp */ 84 bool using_preloaded_icons; /* using the icon system instead of a bmp */
86}; 85};