summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2019-12-18 18:41:25 -0800
committerVito Caputo <vcaputo@pengaru.com>2019-12-18 18:41:25 -0800
commit036f737f7201cb9f2ae9502088773a066f168303 (patch)
tree9e171af758538141fb1922e5cdf39ee73e5c8db3 /src/modules
parente34a7f986a6f45719554f50b5215affcf60325f7 (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')
-rw-r--r--src/modules/rtv/rtv.c3
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);
}
© All Rights Reserved