From 410e8565b0b18fb1a84d602b91e13f78e2422dff Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 17 Jun 2002 14:42:10 +0000 Subject: Don't update twice git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1048 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 1 - 1 file changed, 1 deletion(-) 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++ ) { -- cgit v1.2.3