1
0
Fork 0
forked from len0rd/rockbox

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

@ -493,9 +493,6 @@ static void init_ci(void)
ci.semaphore_init = rb->semaphore_init;
ci.semaphore_wait = rb->semaphore_wait;
ci.semaphore_release = rb->semaphore_release;
ci.event_init = rb->event_init;
ci.event_wait = rb->event_wait;
ci.event_set_state = rb->event_set_state;
#endif
}