diff options
Diffstat (limited to 'apps/hosted/android/yesno.c')
| -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 105f4af..bc8672a 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, This function needs the output text as an argument. */ bool yesno_pop(const char* text) { - int i; const char *lines[]={text}; const struct text_message message={lines, 1}; bool ret = (gui_syncyesno_run(&message,NULL,NULL)== YESNO_YES); |