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)
downloadrockbox-40d866bd9e2e65a2b7fbfcdc73fa2ad107498884.tar.gz
rockbox-40d866bd9e2e65a2b7fbfcdc73fa2ad107498884.zip
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)
732 732
733#ifndef SIMULATOR 733#ifndef SIMULATOR
734 case SYS_USB_CONNECTED: { 734 case SYS_USB_CONNECTED: {
735#ifdef HAVE_LCD_BITMAP
736 bool laststate=statusbar(false);
737#endif
738 backlight_time(4); 735 backlight_time(4);
739 736
740 /* Tell the USB thread that we are safe */ 737 /* Tell the USB thread that we are safe */
@@ -753,9 +750,6 @@ bool dirbrowse(char *root)
753 dirlevel = 0; 750 dirlevel = 0;
754 dircursor = 0; 751 dircursor = 0;
755 start = 0; 752 start = 0;
756#ifdef HAVE_LCD_BITMAP
757 statusbar(laststate);
758#endif
759 } 753 }
760 break; 754 break;
761#endif 755#endif