summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r--apps/gui/wps.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 5b973a2199..9d7a4c96f3 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -159,9 +159,8 @@ static bool update_onvol_change(enum screen_type screen)
159static int skintouch_to_wps(struct wps_data *data) 159static int skintouch_to_wps(struct wps_data *data)
160{ 160{
161 int offset = 0; 161 int offset = 0;
162 struct touchregion *region;
163 struct wps_state *gstate = get_wps_state(); 162 struct wps_state *gstate = get_wps_state();
164 int button = skin_get_touchaction(data, &offset, &region); 163 int button = skin_get_touchaction(data, &offset);
165 switch (button) 164 switch (button)
166 { 165 {
167 case ACTION_STD_PREV: 166 case ACTION_STD_PREV: