summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2005-06-23 10:40:34 +0000
committerJens Arnold <amiconn@rockbox.org>2005-06-23 10:40:34 +0000
commit3e2b6ede5db0576a994ea3da522f74e4d1028770 (patch)
tree2d349522bda31bc4a4737ddf9e1b9dde57886b23 /apps
parentda2b45f2e5cfcdf730849fbd5261ef8f0761bdcb (diff)
downloadrockbox-3e2b6ede5db0576a994ea3da522f74e4d1028770.tar.gz
rockbox-3e2b6ede5db0576a994ea3da522f74e4d1028770.zip
Don't clear the button queue.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6841 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/onplay.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c
index 762ab9e58b..d262eced3d 100644
--- a/apps/onplay.c
+++ b/apps/onplay.c
@@ -582,7 +582,6 @@ int onplay(char* file, int attr, int from)
582 } 582 }
583 583
584 /* DIY menu handling, since we want to exit after selection */ 584 /* DIY menu handling, since we want to exit after selection */
585 button_clear_queue();
586 if (i) 585 if (i)
587 { 586 {
588 m = menu_init( items, i, onplay_callback, NULL, NULL, NULL ); 587 m = menu_init( items, i, onplay_callback, NULL, NULL, NULL );