summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2007-04-17 06:37:22 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2007-04-17 06:37:22 +0000
commit754d9195f781b7f58970eed650107af01e631b88 (patch)
tree25a13cdcac3a9008011ba9abe3f7062f946da148 /apps/main.c
parent79a8b415132302f7f8762bb31f5ffd2b0858cf7a (diff)
downloadrockbox-754d9195f781b7f58970eed650107af01e631b88.tar.gz
rockbox-754d9195f781b7f58970eed650107af01e631b88.zip
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
Diffstat (limited to 'apps/main.c')
-rw-r--r--apps/main.c2
1 files changed, 0 insertions, 2 deletions
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)
268 sleep(HZ/2); 268 sleep(HZ/2);
269 tree_init(); 269 tree_init();
270 filetype_init(); 270 filetype_init();
271 icons_init();
272 playlist_init(); 271 playlist_init();
273 272
274#if CONFIG_CODEC != SWCODEC 273#if CONFIG_CODEC != SWCODEC
@@ -503,7 +502,6 @@ static void init(void)
503 playlist_init(); 502 playlist_init();
504 tree_init(); 503 tree_init();
505 filetype_init(); 504 filetype_init();
506 icons_init();
507 scrobbler_init(); 505 scrobbler_init();
508 cuesheet_init(); 506 cuesheet_init();
509 507