summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/gwps.h')
-rw-r--r--apps/gui/gwps.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/gui/gwps.h b/apps/gui/gwps.h
index 26a800cbbd..cafcf135bc 100644
--- a/apps/gui/gwps.h
+++ b/apps/gui/gwps.h
@@ -128,7 +128,6 @@ enum wps_token_type {
128 WPS_TOKEN_CROSSFADE, 128 WPS_TOKEN_CROSSFADE,
129#endif 129#endif
130 130
131#if CONFIG_RTC
132 /* Time */ 131 /* Time */
133 132
134 /* The begin/end values allow us to know if a token is an RTC one. 133 /* The begin/end values allow us to know if a token is an RTC one.
@@ -155,7 +154,6 @@ enum wps_token_type {
155 WPS_TOKEN_RTC_DAY_OF_WEEK_START_SUN, 154 WPS_TOKEN_RTC_DAY_OF_WEEK_START_SUN,
156 155
157 WPS_TOKENS_RTC_END, /* just the end marker, not an actual token */ 156 WPS_TOKENS_RTC_END, /* just the end marker, not an actual token */
158#endif
159 157
160 /* Conditional */ 158 /* Conditional */
161 WPS_TOKEN_CONDITIONAL, 159 WPS_TOKEN_CONDITIONAL,