From 95ec1f7a6fc38ce978c51c7453a21271926d2658 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sun, 17 Dec 2017 18:43:23 -0500 Subject: Remove buffering functions from plugin API. They aren't used by anything. Must bump min API version. Change-Id: I9851ab255fc779fff13cb778517f554e5dd20e28 --- apps/plugin.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'apps/plugin.c') 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, -- cgit v1.2.3