diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 6 |
1 files changed, 1 insertions, 5 deletions
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 */ |