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/playlist_viewer.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/playlist_viewer.c') diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c index b7e81eeac6..c30daf48ba 100644 --- a/apps/playlist_viewer.c +++ b/apps/playlist_viewer.c @@ -118,10 +118,6 @@ static struct playlist_entry tracks[MAX_PLAYLIST_ENTRIES]; /* Used when viewing playlists on disk */ static struct playlist_info temp_playlist; -#ifdef HAVE_LCD_BITMAP -extern unsigned char bitmap_icons_6x8[LastIcon][6]; -#endif - static bool initialize(char* filename, bool reload); static void load_playlist_entries(int start_index); static void load_playlist_entries_r(int end_index); -- cgit v1.2.3