From bd42d31e5eb1eed61da6c25064de1eed23c7163e Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 31 Mar 2005 08:47:02 +0000 Subject: RoLo now works on the iRiver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6238 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/tree.h') 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 @@ #endif -#ifdef HAVE_LCD_BITMAP -#define BOOTFILE "ajbrec.ajz" -#else -#define BOOTFILE "archos.mod" -#endif - struct entry { short attr; /* FAT attributes + file type flags */ unsigned long time_write; /* Last write time */ -- cgit v1.2.3