summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2017-12-17 18:43:23 -0500
committerMichael Sevakis <jethead71@rockbox.org>2017-12-17 18:43:23 -0500
commit95ec1f7a6fc38ce978c51c7453a21271926d2658 (patch)
treee5fa19d981427ab4d79f3cc4223ac4cbc6fbb561 /apps/plugin.c
parentdfff938dff089667038041fcb66262c87c3186c2 (diff)
Remove buffering functions from plugin API.
They aren't used by anything. Must bump min API version. Change-Id: I9851ab255fc779fff13cb778517f554e5dd20e28
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 = {
detect_flashed_romimage,
#endif
led,
-#if (CONFIG_CODEC == SWCODEC)
- bufopen,
- bufalloc,
- bufclose,
- bufseek,
- bufadvance,
- bufread,
- bufgetdata,
- bufgettail,
- bufcuttail,
-
- buf_handle_offset,
- buf_set_base_handle,
- buf_used,
-#endif
-
#ifdef HAVE_TAGCACHE
tagcache_search,
tagcache_search_set_uniqbuf,