summaryrefslogtreecommitdiff
path: root/apps/codecs.c
diff options
context:
space:
mode:
authorMiika Pekkarinen <miipekk@ihme.org>2006-03-26 11:33:42 +0000
committerMiika Pekkarinen <miipekk@ihme.org>2006-03-26 11:33:42 +0000
commit7c4e0c8730d5b076d4db4206361bc38d5256a23f (patch)
tree43382ae25de9bfa0bbabdff7d51c32b651ad47b5 /apps/codecs.c
parent50d40ea43409745bc828e56af5e3879ea6b48cf1 (diff)
downloadrockbox-7c4e0c8730d5b076d4db4206361bc38d5256a23f.tar.gz
rockbox-7c4e0c8730d5b076d4db4206361bc38d5256a23f.zip
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.c6
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 = {
177 audio_flush_and_reload_tracks, 177 audio_flush_and_reload_tracks,
178 audio_get_file_pos, 178 audio_get_file_pos,
179 179
180 /* tag database */
181 &tagdbheader,
182 &tagdb_fd,
183 &tagdb_initialized,
184 tagdb_init,
185
186 /* misc */ 180 /* misc */
187 srand, 181 srand,
188 rand, 182 rand,