summaryrefslogtreecommitdiff
path: root/apps/gui/yesno.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/yesno.h')
-rw-r--r--apps/gui/yesno.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/gui/yesno.h b/apps/gui/yesno.h
index b57ee89d48..50c4fbac5b 100644
--- a/apps/gui/yesno.h
+++ b/apps/gui/yesno.h
@@ -30,14 +30,6 @@ enum yesno_res
30 YESNO_USB 30 YESNO_USB
31}; 31};
32 32
33struct gui_yesno
34{
35 const struct text_message * main_message;
36 const struct text_message * result_message[2];
37
38 struct screen * display;
39};
40
41/* 33/*
42 * Runs the yesno asker : 34 * Runs the yesno asker :
43 * it will display the 'main_message' question, and wait for user keypress 35 * it will display the 'main_message' question, and wait for user keypress