summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-07-15 19:40:55 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-07-24 21:20:13 +0000
commit092c340a2062fa98b7387fc5fd63578ddae7d0b6 (patch)
tree98ec96946eeb2ae709cb0528cc6998e21bb9b290 /apps/gui/skin_engine
parent17f7cc92c258bc456a27c3e7c5a19c9409851879 (diff)
downloadrockbox-092c340a2062fa98b7387fc5fd63578ddae7d0b6.tar.gz
rockbox-092c340a2062fa98b7387fc5fd63578ddae7d0b6.zip
[1/4] Remove SH support and all archos targets
This removes all code specific to SH targets Change-Id: I7980523785d2596e65c06430f4638eec74a06061
Diffstat (limited to 'apps/gui/skin_engine')
-rw-r--r--apps/gui/skin_engine/skin_tokens.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/skin_engine/skin_tokens.c b/apps/gui/skin_engine/skin_tokens.c
index 1cff83eb9a..75c3203066 100644
--- a/apps/gui/skin_engine/skin_tokens.c
+++ b/apps/gui/skin_engine/skin_tokens.c
@@ -126,7 +126,7 @@ char* get_dir(char* buf, int buf_size, const char* path, int level)
126 return buf; 126 return buf;
127} 127}
128 128
129#if (CONFIG_CODEC != MAS3507D) && defined (HAVE_PITCHCONTROL) 129#if defined (HAVE_PITCHCONTROL)
130/* A helper to determine the enum value for pitch/speed. 130/* A helper to determine the enum value for pitch/speed.
131 131
132 When there are two choices (i.e. boolean), return 1 if the value is 132 When there are two choices (i.e. boolean), return 1 if the value is
@@ -1452,7 +1452,7 @@ const char *get_token_value(struct gui_wps *gwps,
1452 } 1452 }
1453#endif /* (CONFIG_CODEC == SWCODEC) */ 1453#endif /* (CONFIG_CODEC == SWCODEC) */
1454 1454
1455#if (CONFIG_CODEC != MAS3507D) && defined (HAVE_PITCHCONTROL) 1455#if defined (HAVE_PITCHCONTROL)
1456 case SKIN_TOKEN_SOUND_PITCH: 1456 case SKIN_TOKEN_SOUND_PITCH:
1457 { 1457 {
1458 int32_t pitch = sound_get_pitch(); 1458 int32_t pitch = sound_get_pitch();