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/plugin.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/plugin.c')
-rw-r--r-- | apps/plugin.c | 10 |
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 = { #endif #endif /* !SIMULATOR && CONFIG_CODEC != SWCODEC */ - /* tag database */ - &tagdbheader, - &tagdb_fd, - &tagdb_initialized, - tagdb_init, - /* runtime database */ - &rundbheader, - &rundb_fd, - &rundb_initialized, - /* menu */ menu_init, menu_exit, |