summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_tokens.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2009-11-01 22:51:26 +0000
committerRafaël Carré <rafael.carre@gmail.com>2009-11-01 22:51:26 +0000
commit6cdb80d7df997d3220efe03ea6779ba2c81ddf79 (patch)
tree8ce274e93fe8882fc25ed61ce5890cbd76c20e5c /apps/gui/skin_engine/skin_tokens.h
parent9cd15dad9dd763f0840f0f5386e98bd6437c8593 (diff)
downloadrockbox-6cdb80d7df997d3220efe03ea6779ba2c81ddf79.tar.gz
rockbox-6cdb80d7df997d3220efe03ea6779ba2c81ddf79.zip
Revert r23474 "new skin token: %cx - 24 hour time format enabled in the setting.. e.g %?cx<24 hour|12 hour>"
Committed accidentally with a svn/git desynch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23475 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/skin_tokens.h')
-rw-r--r--apps/gui/skin_engine/skin_tokens.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/skin_engine/skin_tokens.h b/apps/gui/skin_engine/skin_tokens.h
index 5f35afc274..6d783551e6 100644
--- a/apps/gui/skin_engine/skin_tokens.h
+++ b/apps/gui/skin_engine/skin_tokens.h
@@ -62,7 +62,6 @@ enum wps_token_type {
62 /* Time */ 62 /* Time */
63 63
64 WPS_TOKEN_RTC_PRESENT, 64 WPS_TOKEN_RTC_PRESENT,
65 WPS_TOKEN_RTC_24HR_SETTING_MODE,
66 65
67 /* The begin/end values allow us to know if a token is an RTC one. 66 /* The begin/end values allow us to know if a token is an RTC one.
68 New RTC tokens should be added between the markers. */ 67 New RTC tokens should be added between the markers. */