diff options
author | Nils Wallménius <nils@rockbox.org> | 2007-02-23 21:52:45 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2007-02-23 21:52:45 +0000 |
commit | 7fdee10a70734c98f41e6014df14c00cd277ea5d (patch) | |
tree | 27371b840b99008e906335c04e6498ebc5cb018d /apps/plugin.c | |
parent | a2ef94ed87df352e4d52070e8495a519eb21b32d (diff) |
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
Diffstat (limited to 'apps/plugin.c')
-rw-r--r-- | apps/plugin.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index ebf048419b..5bbff96b04 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, |