From 7c4e0c8730d5b076d4db4206361bc38d5256a23f Mon Sep 17 00:00:00 2001 From: Miika Pekkarinen Date: Sun, 26 Mar 2006 11:33:42 +0000 Subject: Initial version of tagcache! There are still some bugs in the engine and much more problems with the UI. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9256 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/codecs.c') diff --git a/apps/codecs.c b/apps/codecs.c index 298e5e1964..95a07539b9 100644 --- a/apps/codecs.c +++ b/apps/codecs.c @@ -177,12 +177,6 @@ struct codec_api ci = { audio_flush_and_reload_tracks, audio_get_file_pos, - /* tag database */ - &tagdbheader, - &tagdb_fd, - &tagdb_initialized, - tagdb_init, - /* misc */ srand, rand, -- cgit v1.2.3