mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
apps: remove lc_open_from_mem() from plugin API
No plugin uses it and it doesn't work on hosted targets, which limits its utility. Change-Id: I5f29eec4dd11ffceb7be3e4d26e536483058055f
This commit is contained in:
parent
3d281c2ea3
commit
d791d26b6b
3 changed files with 1 additions and 10 deletions
|
|
@ -533,7 +533,6 @@ static const struct plugin_api rockbox_api = {
|
|||
commit_discard_idcache,
|
||||
|
||||
lc_open,
|
||||
lc_open_from_mem,
|
||||
lc_get_header,
|
||||
lc_close,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue