summaryrefslogtreecommitdiff
path: root/apps/tree.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-03-31 08:47:02 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-03-31 08:47:02 +0000
commitbd42d31e5eb1eed61da6c25064de1eed23c7163e (patch)
tree8a5263c7171b49a23e1c729332299b6952893bf7 /apps/tree.h
parente996e2ff912dfe5e6c5e58c254bd9948752c3bcb (diff)
downloadrockbox-bd42d31e5eb1eed61da6c25064de1eed23c7163e.tar.gz
rockbox-bd42d31e5eb1eed61da6c25064de1eed23c7163e.zip
RoLo now works on the iRiver
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6238 a1c6a512-1295-4272-9138-f99709370657
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 */