From 40d866bd9e2e65a2b7fbfcdc73fa2ad107498884 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Sun, 1 Sep 2002 20:08:08 +0000 Subject: Fixed build errors git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2113 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/tree.c') 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 -- cgit v1.2.3