summaryrefslogtreecommitdiff
path: root/apps/plugin.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/plugin.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/plugin.c')
-rw-r--r--apps/plugin.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 4395195d0f..51e071020a 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -333,16 +333,6 @@ static const struct plugin_api rockbox_api = {
333#endif 333#endif
334#endif /* !SIMULATOR && CONFIG_CODEC != SWCODEC */ 334#endif /* !SIMULATOR && CONFIG_CODEC != SWCODEC */
335 335
336 /* tag database */
337 &tagdbheader,
338 &tagdb_fd,
339 &tagdb_initialized,
340 tagdb_init,
341 /* runtime database */
342 &rundbheader,
343 &rundb_fd,
344 &rundb_initialized,
345
346 /* menu */ 336 /* menu */
347 menu_init, 337 menu_init,
348 menu_exit, 338 menu_exit,