From 323d75d25f58f6e13c91fe1c42e974cc6fb54c19 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 3 Apr 2007 18:06:13 +0000 Subject: 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 --- firmware/usb.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'firmware/usb.c') diff --git a/firmware/usb.c b/firmware/usb.c index f5deed4da6..aa6981ddf2 100644 --- a/firmware/usb.c +++ b/firmware/usb.c @@ -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: -- cgit v1.2.3