summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-11-11 23:35:51 -0500
committerSolomon Peachy <pizza@shaftnet.org>2020-11-12 16:23:27 +0000
commitb912ad508803dbeb1bba67689cbd8d76ccd311ef (patch)
tree2db937379a5cdf187ae6f69fb2afffe98647a642 /apps/plugin.c
parent388adff3cc4ab8584c2c99f9bc5ad7e309281d5e (diff)
plugin: Un-export find_next_frame()
No in-tree users Change-Id: I898623253e43507e9fb9df965be45568ff33880d
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index ee58c870e1..32cecc320f 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -649,7 +649,6 @@ static const struct plugin_api rockbox_api = {
mp3info,
count_mp3_frames,
create_xing_header,
- find_next_frame,
#ifdef HAVE_TAGCACHE
tagcache_search,
tagcache_search_set_uniqbuf,