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/plugin.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 4ba1396..a9c9a6c 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -614,11 +614,7 @@ static const struct plugin_api rockbox_api = { semaphore_wait, semaphore_release, #endif -#ifdef HAVE_EVENT_OBJECTS - event_init, - event_wait, - event_set_state, -#endif + appsversion, /* new stuff at the end, sort into place next time the API gets incompatible */ -- cgit v1.1