diff options
author | Miika Pekkarinen <miipekk@ihme.org> | 2006-03-26 11:33:42 +0000 |
---|---|---|
committer | Miika Pekkarinen <miipekk@ihme.org> | 2006-03-26 11:33:42 +0000 |
commit | 7c4e0c8730d5b076d4db4206361bc38d5256a23f (patch) | |
tree | 43382ae25de9bfa0bbabdff7d51c32b651ad47b5 /apps/codecs.c | |
parent | 50d40ea43409745bc828e56af5e3879ea6b48cf1 (diff) |
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
Diffstat (limited to 'apps/codecs.c')
-rw-r--r-- | apps/codecs.c | 6 |
1 files changed, 0 insertions, 6 deletions
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, |