From f285f60936797a5ad7b63ae37a8f0a7dd3a453f0 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 19 Feb 2006 13:45:35 +0000 Subject: 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 --- apps/plugins/jpeg.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/plugins') 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) { int lastbutton = 0; - /*empty the button queue first, to avoid unwanted scrolling */ - rb->button_clear_queue(); - while (true) { int button; -- cgit v1.2.3