From 77bf6bf370da1850433a3a7a3eaf4d96bd09183a Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Mon, 12 Dec 2005 14:05:14 +0000 Subject: iPod: current_tick is now a variable, so we can export it via the plugin and codec APIs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8225 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 66ef0a3..7f86d54 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -277,9 +277,7 @@ struct plugin_api { /* kernel/ system */ void (*PREFIX(sleep))(int ticks); void (*yield)(void); -#if CONFIG_CPU!=PP5020 long* current_tick; -#endif long (*default_event_handler)(long event); long (*default_event_handler_ex)(long event, void (*callback)(void *), void *parameter); int (*create_thread)(void (*function)(void), void* stack, int stack_size, const char *name); -- cgit v1.1