summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 230b62b819..eb1325c827 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -370,17 +370,13 @@ static const struct plugin_api rockbox_api = {
370#endif /* !SIMULATOR && CONFIG_CODEC != SWCODEC */ 370#endif /* !SIMULATOR && CONFIG_CODEC != SWCODEC */
371 371
372 /* menu */ 372 /* menu */
373 do_menu,
374 /* OLD API - dont use unless you have to */
373 menu_init, 375 menu_init,
374 menu_exit, 376 menu_exit,
375 menu_show, 377 menu_show,
376 menu_run, 378 menu_run,
377 menu_cursor,
378 menu_description,
379 menu_delete,
380 menu_count, 379 menu_count,
381 menu_draw,
382 menu_insert,
383 menu_set_cursor,
384 set_option, 380 set_option,
385 set_int, 381 set_int,
386 set_bool, 382 set_bool,