mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
settings: Remove unused INT_SETTING_W_CFGVALS
This hasn't been used for quite some time; it appears to have been obsoleted by table settings. Change-Id: I8818e3f639d9783aaa2554dd098128ceda686527
This commit is contained in:
parent
7819a06d74
commit
afa58ef277
1 changed files with 0 additions and 6 deletions
|
@ -162,12 +162,6 @@
|
||||||
unit is the UNIT_ define to display/talk.
|
unit is the UNIT_ define to display/talk.
|
||||||
the first one saves a string to the config file,
|
the first one saves a string to the config file,
|
||||||
the second one saves the variable value to the config file */
|
the second one saves the variable value to the config file */
|
||||||
#define INT_SETTING_W_CFGVALS(flags, var, lang_id, default, name, cfg_vals, \
|
|
||||||
unit, min, max, step, formatter, get_talk_id, cb) \
|
|
||||||
{flags|F_INT_SETTING|F_T_INT, &global_settings.var, \
|
|
||||||
lang_id, INT(default), name, cfg_vals, \
|
|
||||||
{.int_setting = (struct int_setting[]){ \
|
|
||||||
{cb, unit, step, min, max, formatter, get_talk_id}}}}
|
|
||||||
#define INT_SETTING(flags, var, lang_id, default, name, \
|
#define INT_SETTING(flags, var, lang_id, default, name, \
|
||||||
unit, min, max, step, formatter, get_talk_id, cb) \
|
unit, min, max, step, formatter, get_talk_id, cb) \
|
||||||
{flags|F_INT_SETTING|F_T_INT, &global_settings.var, \
|
{flags|F_INT_SETTING|F_T_INT, &global_settings.var, \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue