summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.h')
-rw-r--r--apps/tree.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/tree.h b/apps/tree.h
index 239d0042f7..c3ab60c243 100644
--- a/apps/tree.h
+++ b/apps/tree.h
@@ -113,12 +113,6 @@
113 113
114#endif 114#endif
115 115
116#ifdef HAVE_LCD_BITMAP
117#define BOOTFILE "ajbrec.ajz"
118#else
119#define BOOTFILE "archos.mod"
120#endif
121
122struct entry { 116struct entry {
123 short attr; /* FAT attributes + file type flags */ 117 short attr; /* FAT attributes + file type flags */
124 unsigned long time_write; /* Last write time */ 118 unsigned long time_write; /* Last write time */