summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index e82d97a716..c993bb1f8a 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -208,9 +208,7 @@ static const struct plugin_api rockbox_api = {
208 /* kernel/ system */ 208 /* kernel/ system */
209 PREFIX(sleep), 209 PREFIX(sleep),
210 yield, 210 yield,
211#if CONFIG_CPU != PP5020
212 &current_tick, 211 &current_tick,
213#endif
214 default_event_handler, 212 default_event_handler,
215 default_event_handler_ex, 213 default_event_handler_ex,
216 create_thread, 214 create_thread,