summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-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 cf6ec2deb4..5404d70638 100644
--- a/apps/gui/wps.c
+++ b/apps/gui/wps.c
@@ -121,7 +121,6 @@ char* wps_default_skin(enum screen_type screen)
121 121
122void pause_action(bool may_fade, bool updatewps) 122void pause_action(bool may_fade, bool updatewps)
123{ 123{
124 int32_t newpos;
125 if (may_fade && global_settings.fade_on_stop) 124 if (may_fade && global_settings.fade_on_stop)
126 fade(false, updatewps); 125 fade(false, updatewps);
127 else 126 else