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:
Aidan MacDonald 2026-01-04 14:15:44 +00:00 committed by Solomon Peachy
parent 3d281c2ea3
commit d791d26b6b
3 changed files with 1 additions and 10 deletions

View file

@ -1539,13 +1539,6 @@ void* lc_open(const char *filename, unsigned char *buf, size_t buf_size)
\return
\description
void* lc_open_from_mem(void* addr, size_t blob_size)
\group load code api for overlay
\param addr
\param blob_size
\return
\description
void led(bool on)
\group misc
\param on