summaryrefslogtreecommitdiff
path: root/apps/codecs.c
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2008-10-23 13:13:00 +0000
committerMichael Sevakis <jethead71@rockbox.org>2008-10-23 13:13:00 +0000
commiteffceea22915a087c1c85ff30d2e62110413edaf (patch)
tree6f1340835c950d44fc521bb17ca022e151059762 /apps/codecs.c
parent188e898e3c40bafa472fa038167764ebcccf713d (diff)
downloadrockbox-effceea22915a087c1c85ff30d2e62110413edaf.tar.gz
rockbox-effceea22915a087c1c85ff30d2e62110413edaf.zip
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
Diffstat (limited to 'apps/codecs.c')
-rw-r--r--apps/codecs.c3
1 files changed, 0 insertions, 3 deletions
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 = {
105 semaphore_init, 105 semaphore_init,
106 semaphore_wait, 106 semaphore_wait,
107 semaphore_release, 107 semaphore_release,
108 event_init,
109 event_wait,
110 event_set_state,
111#endif 108#endif
112 109
113#ifdef CACHE_FUNCTIONS_AS_CALL 110#ifdef CACHE_FUNCTIONS_AS_CALL