1
0
Fork 0
forked from len0rd/rockbox

menu_run() does not need to do lcd_update()

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3089 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2003-01-15 08:32:56 +00:00
parent 3ff8f10fb2
commit 541fa6ac3a

View file

@ -338,7 +338,6 @@ bool menu_run(int m)
}
status_draw();
lcd_update();
}
return false;