diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2012-04-10 10:36:58 +0200 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2012-04-10 10:36:58 +0200 |
| commit | 2406005d8f8c54a9fe11d74c2bed99e656930fc8 (patch) | |
| tree | e45acb5e1bf15c153e73630381ab04b189c0bfb1 /apps/main.c | |
| parent | a5b0a1dcbac30166ff52c8b67b61da05e5b4b100 (diff) | |
| download | rockbox-2406005d8f8c54a9fe11d74c2bed99e656930fc8.zip rockbox-2406005d8f8c54a9fe11d74c2bed99e656930fc8.tar.gz rockbox-2406005d8f8c54a9fe11d74c2bed99e656930fc8.tar.bz2 rockbox-2406005d8f8c54a9fe11d74c2bed99e656930fc8.tar.xz | |
Remove a useless sleep() from hosted's init().
Speeds up startup by 0.5s yay!
Change-Id: I3bc00748680acd236c412eae84f5e924e0462889
Diffstat (limited to 'apps/main.c')
| -rw-r--r-- | apps/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/main.c b/apps/main.c index a904536..6312368 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(); |