summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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