summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-09-01 20:08:08 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-09-01 20:08:08 +0000
commit40d866bd9e2e65a2b7fbfcdc73fa2ad107498884 (patch)
tree7e9e93f83649767486af18264c3a0b8382c54803 /apps/tree.c
parent862813d37b74b7afb5437a8f5368493cdec2cb3b (diff)
Fixed build errors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2113 a1c6a512-1295-4272-9138-f99709370657
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 a7615b9738..1d615101fe 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