forked from len0rd/rockbox
Repeat rate adaption is now handled by the button driver.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8739 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
237d3c4c4b
commit
f285f60936
1 changed files with 0 additions and 3 deletions
|
@ -2052,9 +2052,6 @@ int scroll_bmp(struct t_disp* pdisp)
|
||||||
{
|
{
|
||||||
int lastbutton = 0;
|
int lastbutton = 0;
|
||||||
|
|
||||||
/*empty the button queue first, to avoid unwanted scrolling */
|
|
||||||
rb->button_clear_queue();
|
|
||||||
|
|
||||||
while (true)
|
while (true)
|
||||||
{
|
{
|
||||||
int button;
|
int button;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue