diff options
Diffstat (limited to 'apps/hosted/android')
-rw-r--r-- | apps/hosted/android/yesno.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/hosted/android/yesno.c b/apps/hosted/android/yesno.c index 105f4af688..bc8672ad76 100644 --- a/apps/hosted/android/yesno.c +++ b/apps/hosted/android/yesno.c | |||
@@ -123,7 +123,6 @@ enum yesno_res gui_syncyesno_run(const struct text_message * main_message, | |||
123 | This function needs the output text as an argument. */ | 123 | This function needs the output text as an argument. */ |
124 | bool yesno_pop(const char* text) | 124 | bool yesno_pop(const char* text) |
125 | { | 125 | { |
126 | int i; | ||
127 | const char *lines[]={text}; | 126 | const char *lines[]={text}; |
128 | const struct text_message message={lines, 1}; | 127 | const struct text_message message={lines, 1}; |
129 | bool ret = (gui_syncyesno_run(&message,NULL,NULL)== YESNO_YES); | 128 | bool ret = (gui_syncyesno_run(&message,NULL,NULL)== YESNO_YES); |