From d6ab723584a34efc0d9bf8baa2582b77ca5ab18c Mon Sep 17 00:00:00 2001 From: Michiel Van Der Kolk Date: Mon, 4 Jul 2005 22:10:42 +0000 Subject: moved rundb_init back to main, it has to be inited after audio_init, also, it has nothing to do with tree (though tagdb does have to do with tree) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7014 a1c6a512-1295-4272-9138-f99709370657 --- apps/tree.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/tree.c') diff --git a/apps/tree.c b/apps/tree.c index 8a2e661264..b2d46389ae 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -1476,7 +1476,6 @@ void tree_init(void) tc.dirfilter = &global_settings.dirfilter; tagdb_init(); - rundb_init(); tc.name_buffer_size = AVERAGE_FILENAME_LENGTH * max_files; tc.name_buffer = buffer_alloc(tc.name_buffer_size); -- cgit v1.2.3