From 3e2b6ede5db0576a994ea3da522f74e4d1028770 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 23 Jun 2005 10:40:34 +0000 Subject: Don't clear the button queue. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6841 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps') 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) } /* DIY menu handling, since we want to exit after selection */ - button_clear_queue(); if (i) { m = menu_init( items, i, onplay_callback, NULL, NULL, NULL ); -- cgit v1.2.3