diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2019-12-18 18:41:25 -0800 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2019-12-18 18:41:25 -0800 |
commit | 036f737f7201cb9f2ae9502088773a066f168303 (patch) | |
tree | 9e171af758538141fb1922e5cdf39ee73e5c8db3 /src/modules/rtv/rtv.c | |
parent | e34a7f986a6f45719554f50b5215affcf60325f7 (diff) |
modules/rtv: remove stale random settings comment
Since 7a77cc1a landed this is no longer true, the .random member
will be used to support randomizing non multiple-choice settings.
Diffstat (limited to 'src/modules/rtv/rtv.c')
-rw-r--r-- | src/modules/rtv/rtv.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/modules/rtv/rtv.c b/src/modules/rtv/rtv.c index dd9ece8..48bc52b 100644 --- a/src/modules/rtv/rtv.c +++ b/src/modules/rtv/rtv.c @@ -89,9 +89,6 @@ static char * randomize_module_setup(const rototiller_module_t *module) settings_add_value(settings, desc->key, desc->values[n]); } else { - /* TODO: only randomizing multiple choice currently, so - * here I'm always taking the default for now. - */ settings_add_value(settings, desc->key, desc->preferred); } |