diff --git a/apps/tree.c b/apps/tree.c index b0c226c433..e44d66d102 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -152,7 +152,6 @@ static int showdir(char *path, int start) lcd_putsxy(0,0, "[Browse]",0); lcd_setmargins(0,MARGIN_Y); lcd_setfont(0); - lcd_update(); #endif for ( i=start; i < start+TREE_MAX_ON_SCREEN; i++ ) {