From 7fdee10a70734c98f41e6014df14c00cd277ea5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Fri, 23 Feb 2007 21:52:45 +0000 Subject: Make private functions static. Remove some functions from the plugin api as they weren't used in any plugins and could then be declared static. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12462 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index ebf0484..5bbff96 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -179,18 +179,10 @@ static const struct plugin_api rockbox_api = { gui_synclist_get_sel_pos, gui_synclist_draw, gui_synclist_select_item, - gui_synclist_select_next, - gui_synclist_select_previous, - gui_synclist_select_next_page, - gui_synclist_select_previous_page, gui_synclist_add_item, gui_synclist_del_item, gui_synclist_limit_scroll, gui_synclist_flash, -#ifdef HAVE_LCD_BITMAP - gui_synclist_scroll_right, - gui_synclist_scroll_left, -#endif gui_synclist_do_button, gui_synclist_set_title, -- cgit v1.1