From 3452146217cbb8bac3c836aa8033160a1f5a5da8 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 7 Mar 2007 13:00:46 +0000 Subject: Make the old menu aPI use the new API. Both are avialable to core and rocks, but use the new API unless you absolutly have to use the old one (and file a FS bug if you do) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12670 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 230b62b..eb1325c 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -370,17 +370,13 @@ static const struct plugin_api rockbox_api = { #endif /* !SIMULATOR && CONFIG_CODEC != SWCODEC */ /* menu */ + do_menu, + /* OLD API - dont use unless you have to */ menu_init, menu_exit, menu_show, menu_run, - menu_cursor, - menu_description, - menu_delete, menu_count, - menu_draw, - menu_insert, - menu_set_cursor, set_option, set_int, set_bool, -- cgit v1.1