From 2406005d8f8c54a9fe11d74c2bed99e656930fc8 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 10 Apr 2012 10:36:58 +0200 Subject: Remove a useless sleep() from hosted's init(). Speeds up startup by 0.5s yay! Change-Id: I3bc00748680acd236c412eae84f5e924e0462889 --- apps/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/main.c b/apps/main.c index a9045366a8..631236852e 100644 --- a/apps/main.c +++ b/apps/main.c @@ -392,7 +392,6 @@ static void init(void) #ifdef HAVE_TAGCACHE init_tagcache(); #endif - sleep(HZ/2); tree_mem_init(); filetype_init(); playlist_init(); -- cgit