summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-11-01 02:56:37 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-11-01 02:56:37 +0000
commit132256d1be78a24d0e74eb774c50b6d18a7140a1 (patch)
tree16b8ba542af7566dab7b5c41c00f2c9ecd81bb82 /apps
parentea094b163d3df43d326e9c125cc08ed10b070f91 (diff)
downloadrockbox-132256d1be78a24d0e74eb774c50b6d18a7140a1.tar.gz
rockbox-132256d1be78a24d0e74eb774c50b6d18a7140a1.zip
YELLOW ZOMBIES!
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23457 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/wps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 302820b06e..0cfa92cd63 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -658,7 +658,6 @@ int wps_get_touchaction(struct wps_data *data)
658 break; 658 break;
659 case WPS_TOUCHREGION_VOLUME: 659 case WPS_TOUCHREGION_VOLUME:
660 { 660 {
661 int i;
662 const int min_vol = sound_min(SOUND_VOLUME); 661 const int min_vol = sound_min(SOUND_VOLUME);
663 const int max_vol = sound_max(SOUND_VOLUME); 662 const int max_vol = sound_max(SOUND_VOLUME);
664 if(r->width > r->height) 663 if(r->width > r->height)