summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/lcd.h1
-rw-r--r--firmware/usb.c3
2 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 68f0961a5c..40e5129ad3 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -28,7 +28,6 @@
#define STYLE_INVERT 1
#ifdef SIMULATOR
-#define lcd_icon(x,y) sim_lcd_icon(x,y)
#ifndef MAX_PATH
#define MAX_PATH 260
#endif
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: