diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2006-02-19 13:45:35 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2006-02-19 13:45:35 +0000 |
| commit | f285f60936797a5ad7b63ae37a8f0a7dd3a453f0 (patch) | |
| tree | 37c62ee0558530aea15d95509b8e24f342b9b739 /apps/plugins | |
| parent | 237d3c4c4b9d4ae1ee48ab812b83009761811604 (diff) | |
| download | rockbox-f285f60936797a5ad7b63ae37a8f0a7dd3a453f0.zip rockbox-f285f60936797a5ad7b63ae37a8f0a7dd3a453f0.tar.gz rockbox-f285f60936797a5ad7b63ae37a8f0a7dd3a453f0.tar.bz2 rockbox-f285f60936797a5ad7b63ae37a8f0a7dd3a453f0.tar.xz | |
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
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/jpeg.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/jpeg.c b/apps/plugins/jpeg.c index d08765d..4a20da1 100644 --- a/apps/plugins/jpeg.c +++ b/apps/plugins/jpeg.c @@ -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; |