diff options
Diffstat (limited to 'apps/gui/yesno.h')
| -rw-r--r-- | apps/gui/yesno.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/gui/yesno.h b/apps/gui/yesno.h index b57ee89..50c4fba 100644 --- a/apps/gui/yesno.h +++ b/apps/gui/yesno.h @@ -30,14 +30,6 @@ enum yesno_res YESNO_USB }; -struct gui_yesno -{ - const struct text_message * main_message; - const struct text_message * result_message[2]; - - struct screen * display; -}; - /* * Runs the yesno asker : * it will display the 'main_message' question, and wait for user keypress |