mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Remove the event object in the kernel since it's rather extraneous at the moment. This makes the codecs and the plugins incompatible, so update fully.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18867 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
188e898e3c
commit
effceea229
10 changed files with 15 additions and 170 deletions
|
@ -105,9 +105,6 @@ struct codec_api ci = {
|
|||
semaphore_init,
|
||||
semaphore_wait,
|
||||
semaphore_release,
|
||||
event_init,
|
||||
event_wait,
|
||||
event_set_state,
|
||||
#endif
|
||||
|
||||
#ifdef CACHE_FUNCTIONS_AS_CALL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue