1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Nils Wallménius 2007-02-23 21:52:45 +00:00
parent a2ef94ed87
commit 7fdee10a70
4 changed files with 105 additions and 167 deletions

View file

@ -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,