diff options
Diffstat (limited to 'apps/radio/radio_skin.c')
-rw-r--r-- | apps/radio/radio_skin.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/radio/radio_skin.c b/apps/radio/radio_skin.c index 388da2694c..0b8781ecd6 100644 --- a/apps/radio/radio_skin.c +++ b/apps/radio/radio_skin.c @@ -96,11 +96,10 @@ int fms_do_button_loop(bool update_screen) int button = skin_wait_for_action(FM_SCREEN, CONTEXT_FM|ALLOW_SOFTLOCK, update_screen ? TIMEOUT_NOBLOCK : HZ/5); #ifdef HAVE_TOUCHSCREEN - struct touchregion *region; int offset; if (button == ACTION_TOUCHSCREEN) button = skin_get_touchaction(skin_get_gwps(FM_SCREEN, SCREEN_MAIN)->data, - &offset, ®ion); + &offset); switch (button) { case ACTION_WPS_STOP: |