1
0
Fork 0
forked from len0rd/rockbox

Fix FS#6739

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12633 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-03-06 01:00:03 +00:00
parent ff5756a248
commit aa5b5d7c8e

View file

@ -722,7 +722,6 @@ static const struct button_mapping button_context_radio_h300lcdremote[] = {
};
static const struct button_mapping button_context_menu_remote[] = {
{ ACTION_MENU_STOP, BUTTON_RC_STOP, BUTTON_NONE },
{ ACTION_MENU_WPS, BUTTON_RC_ON, BUTTON_NONE },
LAST_ITEM_IN_LIST__NEXTLIST(CONTEXT_LIST|CONTEXT_REMOTE)