summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/tree.c b/apps/tree.c
index d8dc779d43..8dd507412f 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -326,10 +326,6 @@ bool dirbrowse(char *root)
326 lcd_setmargins(0,MARGIN_Y); 326 lcd_setmargins(0,MARGIN_Y);
327 lcd_setfont(0); 327 lcd_setfont(0);
328#endif 328#endif
329 if ( dirlevel < MAX_DIR_LEVELS )
330 start = dirpos[dirlevel];
331 else
332 start = 0;
333 numentries = showdir(currdir, buffer, 0, start, &at_end); 329 numentries = showdir(currdir, buffer, 0, start, &at_end);
334 dircursor=0; 330 dircursor=0;
335 while ( (dircursor < TREE_MAX_ON_SCREEN) && 331 while ( (dircursor < TREE_MAX_ON_SCREEN) &&