diff options
Diffstat (limited to 'apps/root_menu.c')
| -rw-r--r-- | apps/root_menu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/root_menu.c b/apps/root_menu.c index 472c1db..3b94d88 100644 --- a/apps/root_menu.c +++ b/apps/root_menu.c @@ -194,7 +194,6 @@ static int browser(void* param) static const struct text_message message={lines, 2}; if(gui_syncyesno_run(&message, NULL, NULL) == YESNO_NO) break; - int i; FOR_NB_SCREENS(i) screens[i].clear_display(); |