summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
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,