summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/skin_tokens.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-09-07 02:36:56 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-09-07 02:36:56 +0000
commitfe2f042670a59cf73c3775945df9185d933ca9b4 (patch)
treecbb5efd5f4cad7fd524a43d304e1dbeeddc2cdb1 /apps/gui/skin_engine/skin_tokens.h
parent8898339fcf07aee644ebcabe77d5a2dd323642ed (diff)
downloadrockbox-fe2f042670a59cf73c3775945df9185d933ca9b4.tar.gz
rockbox-fe2f042670a59cf73c3775945df9185d933ca9b4.zip
rework AA load/display handling in the skins to get them working in viewports again
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22646 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 ea59053c7a..ad016047ba 100644
--- a/apps/gui/skin_engine/skin_tokens.h
+++ b/apps/gui/skin_engine/skin_tokens.h
@@ -177,7 +177,6 @@ enum wps_token_type {
177 WPS_TOKEN_PLAYLIST_NAME, 177 WPS_TOKEN_PLAYLIST_NAME,
178 WPS_TOKEN_PLAYLIST_POSITION, 178 WPS_TOKEN_PLAYLIST_POSITION,
179 WPS_TOKEN_PLAYLIST_SHUFFLE, 179 WPS_TOKEN_PLAYLIST_SHUFFLE,
180
181#if (CONFIG_LED == LED_VIRTUAL) || defined(HAVE_REMOTE_LCD) 180#if (CONFIG_LED == LED_VIRTUAL) || defined(HAVE_REMOTE_LCD)
182 /* Virtual LED */ 181 /* Virtual LED */
183 WPS_TOKEN_VLED_HDD, 182 WPS_TOKEN_VLED_HDD,