From 638dd6786a75e5d3e87a9e04f80138d80665f230 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 19 Jul 2004 21:46:37 +0000 Subject: Const'ed the logo, the bitmaps and the credits (optimization for running from ROM) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4896 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/tree.c') diff --git a/apps/tree.c b/apps/tree.c index 988e6b3d93..754e84f508 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -163,8 +163,6 @@ void tree_get_filetypes(struct filetype** types, int* count) #define SCROLLBAR_Y lcd_getymargin() #define SCROLLBAR_WIDTH 6 -extern unsigned char bitmap_icons_6x8[LastIcon][6]; - #else /* HAVE_LCD_BITMAP */ #define TREE_MAX_ON_SCREEN 2 @@ -461,7 +459,7 @@ static int showdir(char *path, int start, int *dirfilter) bool dir_buffer_full; #ifdef HAVE_LCD_BITMAP - char* icon; + const char* icon; int line_height; int fw, fh; lcd_setfont(FONT_UI); -- cgit v1.2.3