From effceea22915a087c1c85ff30d2e62110413edaf Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Thu, 23 Oct 2008 13:13:00 +0000 Subject: 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 --- apps/plugins/test_codec.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/plugins/test_codec.c') diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 448b512c83..3c54610a94 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -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 } -- cgit v1.2.3