mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-13 07:02:31 -05:00
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:
parent
3ff8f10fb2
commit
541fa6ac3a
1 changed files with 0 additions and 1 deletions
|
|
@ -338,7 +338,6 @@ bool menu_run(int m)
|
||||||
}
|
}
|
||||||
|
|
||||||
status_draw();
|
status_draw();
|
||||||
lcd_update();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue