Fix for FS #10097 - Sometimes keys do work after exiting plugins.

This removes the call to button_clear_queue which interfered with the mechanism in action.c to wait for a key
release event when the button context is changed.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28232 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Bertrik Sikken 2010-10-10 14:07:56 +00:00
parent 561999ebff
commit 8ad85ba291

View file

@ -828,8 +828,6 @@ int plugin_load(const char* plugin, const void* parameter)
touchscreen_set_mode(global_settings.touch_mode);
#endif
button_clear_queue();
#ifdef HAVE_LCD_BITMAP
lcd_setfont(FONT_UI);
#if LCD_DEPTH > 1