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/plugin.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'apps/plugin.c') 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, -- cgit v1.2.3