summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2006-02-19 13:45:35 +0000
committerJens Arnold <amiconn@rockbox.org>2006-02-19 13:45:35 +0000
commitf285f60936797a5ad7b63ae37a8f0a7dd3a453f0 (patch)
tree37c62ee0558530aea15d95509b8e24f342b9b739 /apps/plugins
parent237d3c4c4b9d4ae1ee48ab812b83009761811604 (diff)
downloadrockbox-f285f60936797a5ad7b63ae37a8f0a7dd3a453f0.tar.gz
rockbox-f285f60936797a5ad7b63ae37a8f0a7dd3a453f0.zip
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.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/jpeg.c b/apps/plugins/jpeg.c
index d08765db33..4a20da1a55 100644
--- a/apps/plugins/jpeg.c
+++ b/apps/plugins/jpeg.c
@@ -2052,9 +2052,6 @@ int scroll_bmp(struct t_disp* pdisp)
2052{ 2052{
2053 int lastbutton = 0; 2053 int lastbutton = 0;
2054 2054
2055 /*empty the button queue first, to avoid unwanted scrolling */
2056 rb->button_clear_queue();
2057
2058 while (true) 2055 while (true)
2059 { 2056 {
2060 int button; 2057 int button;