mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
settings: Remove setting ID return from find_setting()
Now that all users have replaced setting IDs with direct pointers, find_setting() and friends don't need to return an ID value. Change-Id: I8c5c31bb68d3bca5350d43538335265a55fd5517
This commit is contained in:
parent
767ddef550
commit
701e262d3d
15 changed files with 56 additions and 67 deletions
|
@ -1759,7 +1759,7 @@ void semaphore_wait(struct semaphore *s)
|
|||
\param s
|
||||
\description
|
||||
|
||||
const struct settings_list* find_setting(const void* variable, int *id)
|
||||
const struct settings_list* find_setting(const void* variable)
|
||||
\group options
|
||||
\param variable
|
||||
\param id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue