1
0
Fork 0
forked from len0rd/rockbox

YELLOW ZOMBIES!

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23457 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2009-11-01 02:56:37 +00:00
parent ea094b163d
commit 132256d1be

View file

@ -658,7 +658,6 @@ int wps_get_touchaction(struct wps_data *data)
break;
case WPS_TOUCHREGION_VOLUME:
{
int i;
const int min_vol = sound_min(SOUND_VOLUME);
const int max_vol = sound_max(SOUND_VOLUME);
if(r->width > r->height)