summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/wps.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 441ac3f9d8..302820b06e 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -672,10 +672,6 @@ int wps_get_touchaction(struct wps_data *data)
672 672
673 global_settings.volume += min_vol; 673 global_settings.volume += min_vol;
674 setvol(); 674 setvol();
675 FOR_NB_SCREENS(i)
676 {
677 gui_wps[i].data->button_time_volume = current_tick;
678 }
679 return ACTION_REDRAW; 675 return ACTION_REDRAW;
680 } 676 }
681 } 677 }