forked from len0rd/rockbox
It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the simulator. * Removed a stray lcd_icon() call from usb handling.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13006 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
bbe1eaf89e
commit
323d75d25f
7 changed files with 2 additions and 43 deletions
|
@ -298,9 +298,6 @@ static void usb_thread(void)
|
|||
waiting_for_ack = true;
|
||||
DEBUGF("USB extracted. Waiting for ack from %d threads...\n",
|
||||
num_acks_to_expect);
|
||||
#ifdef HAVE_LCD_CHARCELLS
|
||||
lcd_icon(ICON_USB, false);
|
||||
#endif
|
||||
break;
|
||||
|
||||
case SYS_USB_DISCONNECTED_ACK:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue