summaryrefslogtreecommitdiff
path: root/apps/gui/gwps.h
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@rockbox.org>2007-06-16 20:33:30 +0000
committerBrandon Low <lostlogic@rockbox.org>2007-06-16 20:33:30 +0000
commit9a550524af741e247805801754116e0bb2cba7ba (patch)
tree2a7700e55bc803ca5121f66b2f90228eb841ad73 /apps/gui/gwps.h
parente097b5fd62bcbd4469ee31544c77bab4902cbe05 (diff)
downloadrockbox-9a550524af741e247805801754116e0bb2cba7ba.tar.gz
rockbox-9a550524af741e247805801754116e0bb2cba7ba.zip
Make RTC tags display hyphens instead of nothing on non-rtc targets. This makes WPSs that use RTC tags look decent again with the new separated RTC tag style
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13639 a1c6a512-1295-4272-9138-f99709370657
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,