summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c10
1 files changed, 4 insertions, 6 deletions
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,