1
0
Fork 0
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:
Jens Arnold 2006-02-19 13:45:35 +00:00
parent 237d3c4c4b
commit f285f60936

View file

@ -2052,9 +2052,6 @@ int scroll_bmp(struct t_disp* pdisp)
{
int lastbutton = 0;
/*empty the button queue first, to avoid unwanted scrolling */
rb->button_clear_queue();
while (true)
{
int button;