From 754d9195f781b7f58970eed650107af01e631b88 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 17 Apr 2007 06:37:22 +0000 Subject: explicitly set *loaded_ok = false; when given "" for a filename. remove icon_init from the startup sequence, its not dependant on filetypes_init anymore,settings_apply calls the icons_init (causes the bmp's to only be read once on boot instead of twice) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13191 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index 75903825d8..68f5588641 100644 --- a/apps/main.c +++ b/apps/main.c @@ -268,7 +268,6 @@ static void init(void) sleep(HZ/2); tree_init(); filetype_init(); - icons_init(); playlist_init(); #if CONFIG_CODEC != SWCODEC @@ -503,7 +502,6 @@ static void init(void) playlist_init(); tree_init(); filetype_init(); - icons_init(); scrobbler_init(); cuesheet_init(); -- cgit v1.2.3