summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/yesno.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/gui/yesno.c b/apps/gui/yesno.c
index f5de0f67a3..e3b22115df 100644
--- a/apps/gui/yesno.c
+++ b/apps/gui/yesno.c
@@ -29,8 +29,6 @@
29#include "settings.h" 29#include "settings.h"
30#include "viewport.h" 30#include "viewport.h"
31#include "appevents.h" 31#include "appevents.h"
32
33//#include <stdio.h>
34#include "splash.h" 32#include "splash.h"
35#include "backlight.h" 33#include "backlight.h"
36 34
@@ -283,7 +281,7 @@ enum yesno_res gui_syncyesno_run_w_tmo(int ticks, enum yesno_res tmo_default_res
283 { 281 {
284 int btn; 282 int btn;
285 short int x, y; 283 short int x, y;
286 btn = action_get_touchscreen_press_in_vp(&x, &y, &(yn[0].vp)) 284 btn = action_get_touchscreen_press_in_vp(&x, &y, &(yn[0].vp));
287 if (btn == BUTTON_REL) 285 if (btn == BUTTON_REL)
288 { 286 {
289 if (y > yn[0].vp.height/2) 287 if (y > yn[0].vp.height/2)