diff options
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 4395195..51e0710 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, |