1
0
Fork 0
forked from len0rd/rockbox

Don't update twice

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1048 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-06-17 14:42:10 +00:00
parent bd2d38ad00
commit 410e8565b0

View file

@ -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++ ) {