forked from len0rd/rockbox
Remove browse_context_init()
Prefer to use designated initializers to avoid having to specify unneeded parameters. Non-initialized members are zero-initialized by the compiler. Change-Id: Ia6a03c45cb3ef0b30f458d7d0ae1604a350c737c
This commit is contained in:
parent
701e262d3d
commit
6c52fa139c
17 changed files with 117 additions and 108 deletions
|
|
@ -429,7 +429,6 @@ static const struct plugin_api rockbox_api = {
|
|||
dir_get_info,
|
||||
|
||||
/* browsing */
|
||||
browse_context_init,
|
||||
rockbox_browse,
|
||||
tree_get_context,
|
||||
tree_get_entries,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue