summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 33a46a3d84..97ff7c8c43 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -790,22 +790,6 @@ static const struct plugin_api rockbox_api = {
790 detect_flashed_romimage, 790 detect_flashed_romimage,
791#endif 791#endif
792 led, 792 led,
793#if (CONFIG_CODEC == SWCODEC)
794 bufopen,
795 bufalloc,
796 bufclose,
797 bufseek,
798 bufadvance,
799 bufread,
800 bufgetdata,
801 bufgettail,
802 bufcuttail,
803
804 buf_handle_offset,
805 buf_set_base_handle,
806 buf_used,
807#endif
808
809#ifdef HAVE_TAGCACHE 793#ifdef HAVE_TAGCACHE
810 tagcache_search, 794 tagcache_search,
811 tagcache_search_set_uniqbuf, 795 tagcache_search_set_uniqbuf,