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:
Michael Sevakis 2008-10-23 13:13:00 +00:00
parent 188e898e3c
commit effceea229
10 changed files with 15 additions and 170 deletions

View file

@ -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