summaryrefslogtreecommitdiffstats
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)
static int skintouch_to_wps(struct wps_data *data)
{
int offset = 0;
- struct touchregion *region;
struct wps_state *gstate = get_wps_state();
- int button = skin_get_touchaction(data, &offset, &region);
+ int button = skin_get_touchaction(data, &offset);
switch (button)
{
case ACTION_STD_PREV: