forked from len0rd/rockbox
Removed an unneeded BUTTON_HOLD define for iPod 3G
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9151 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
63c8bb21ae
commit
b492cf4ac4
2 changed files with 0 additions and 10 deletions
|
|
@ -359,7 +359,6 @@ static int ipod_3g_button_read(void)
|
|||
|
||||
if ((state & 0x20) == 0) {
|
||||
/* 3g hold switch is active low */
|
||||
btn |= BUTTON_HOLD;
|
||||
was_hold = 1;
|
||||
/* hold switch on 3g causes all outputs to go low */
|
||||
/* we shouldn't interpret these as key presses */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue