summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 2fcaba74a5..eb7783d4ee 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -270,7 +270,6 @@ bool check_rockboxdir(void)
270 if(!dir_exists(ROCKBOX_DIR)) 270 if(!dir_exists(ROCKBOX_DIR))
271 { /* No need to localise this message. 271 { /* No need to localise this message.
272 If .rockbox is missing, it wouldn't work anyway */ 272 If .rockbox is missing, it wouldn't work anyway */
273 int i;
274 FOR_NB_SCREENS(i) 273 FOR_NB_SCREENS(i)
275 screens[i].clear_display(); 274 screens[i].clear_display();
276 splash(HZ*2, "No .rockbox directory"); 275 splash(HZ*2, "No .rockbox directory");
@@ -290,7 +289,6 @@ void tree_gui_init(void)
290 strcpy(tc.currdir, "/"); 289 strcpy(tc.currdir, "/");
291 290
292#ifdef HAVE_LCD_CHARCELLS 291#ifdef HAVE_LCD_CHARCELLS
293 int i;
294 FOR_NB_SCREENS(i) 292 FOR_NB_SCREENS(i)
295 screens[i].double_height(false); 293 screens[i].double_height(false);
296#endif 294#endif