From 634551ffeb2734b863cc1b3db20302c57c155c2d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 22 Aug 2002 22:53:12 +0000 Subject: statusbar bug fix when going to the menu from the dir browser git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1933 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'apps') diff --git a/apps/tree.c b/apps/tree.c index 0e4a1962bc..8718252ac5 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -641,10 +641,6 @@ bool dirbrowse(char *root) bool lastsortcase = global_settings.sort_case; bool show_hidden_files = global_settings.show_hidden_files; -#ifdef HAVE_LCD_BITMAP - bool laststate=statusbar(false); -#endif - lcd_stop_scroll(); main_menu(); /* do we need to rescan dir? */ @@ -653,9 +649,6 @@ bool dirbrowse(char *root) show_hidden_files != global_settings.show_hidden_files) lastdir[0] = 0; restore = true; -#ifdef HAVE_LCD_BITMAP - statusbar(laststate); -#endif break; } -- cgit v1.2.3