diff options
author | Dave Chapman <dave@dchapman.com> | 2005-12-12 14:05:14 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2005-12-12 14:05:14 +0000 |
commit | 77bf6bf370da1850433a3a7a3eaf4d96bd09183a (patch) | |
tree | a8afae7b6f0a562a4008a821313a69f61ce87dfd /apps/plugin.c | |
parent | 544b03cf9abafc080e10a91f65046eda540ff5ae (diff) |
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
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 2 |
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 = { /* kernel/ system */ PREFIX(sleep), yield, -#if CONFIG_CPU != PP5020 ¤t_tick, -#endif default_event_handler, default_event_handler_ex, create_thread, |