diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2008-10-23 13:13:00 +0000 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2008-10-23 13:13:00 +0000 |
| commit | effceea22915a087c1c85ff30d2e62110413edaf (patch) | |
| tree | 6f1340835c950d44fc521bb17ca022e151059762 /apps/plugins/test_codec.c | |
| parent | 188e898e3c40bafa472fa038167764ebcccf713d (diff) | |
| download | rockbox-effceea22915a087c1c85ff30d2e62110413edaf.zip rockbox-effceea22915a087c1c85ff30d2e62110413edaf.tar.gz rockbox-effceea22915a087c1c85ff30d2e62110413edaf.tar.bz2 rockbox-effceea22915a087c1c85ff30d2e62110413edaf.tar.xz | |
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/plugins/test_codec.c')
| -rw-r--r-- | apps/plugins/test_codec.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 448b512..3c54610 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 } |