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)
downloadrockbox-95ec1f7a6fc38ce978c51c7453a21271926d2658.tar.gz
rockbox-95ec1f7a6fc38ce978c51c7453a21271926d2658.zip
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 = {
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,