summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/tree.c b/apps/tree.c
index a7615b9..1d61510 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -732,9 +732,6 @@ bool dirbrowse(char *root)
#ifndef SIMULATOR
case SYS_USB_CONNECTED: {
-#ifdef HAVE_LCD_BITMAP
- bool laststate=statusbar(false);
-#endif
backlight_time(4);
/* Tell the USB thread that we are safe */
@@ -753,9 +750,6 @@ bool dirbrowse(char *root)
dirlevel = 0;
dircursor = 0;
start = 0;
-#ifdef HAVE_LCD_BITMAP
- statusbar(laststate);
-#endif
}
break;
#endif