From 77a458a464450c4e9d6977ac3f27b0e56217443c Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 8 May 2007 11:55:43 +0000 Subject: Move the old api out of the core and into the plugin lib. ew plugins shuold use the new api and not this one. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13358 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 1478805..379c154 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -397,12 +397,10 @@ static const struct plugin_api rockbox_api = { /* menu */ do_menu, - /* OLD API - dont use unless you have to */ - menu_init, - menu_exit, - menu_show, - menu_run, - menu_count, + /* statusbars */ + &statusbars, + gui_syncstatusbar_draw, + /* options */ set_option, set_int, set_bool, -- cgit v1.1