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/codecs.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/codecs.c') diff --git a/apps/codecs.c b/apps/codecs.c index 8e9e55a5d4..53fa6755a8 100644 --- a/apps/codecs.c +++ b/apps/codecs.c @@ -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 -- cgit v1.2.3