summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
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)