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 1478805e2c..379c154bad 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -397,12 +397,10 @@ static const struct plugin_api rockbox_api = {
397 397
398 /* menu */ 398 /* menu */
399 do_menu, 399 do_menu,
400 /* OLD API - dont use unless you have to */ 400 /* statusbars */
401 menu_init, 401 &statusbars,
402 menu_exit, 402 gui_syncstatusbar_draw,
403 menu_show, 403 /* options */
404 menu_run,
405 menu_count,
406 set_option, 404 set_option,
407 set_int, 405 set_int,
408 set_bool, 406 set_bool,