Code householding - remove legacy settings and TODO messages

- Remove fields in legacy settings that are now unused
- Remove various irrelevant todo messages
- Reduce visibility on some elements
This commit is contained in:
ljacqu
2016-05-24 18:59:01 +02:00
parent e54cd526de
commit 6341d00df0
6 changed files with 32 additions and 48 deletions
@@ -120,7 +120,6 @@ public class HelpProvider implements SettingsDependent {
}
private static void printAlternatives(CommandDescription command, List<String> correctLabels, List<String> lines) {
// TODO ljacqu 20151219: Need to show alternatives for base labels too? E.g. /r for /register
if (command.getLabels().size() <= 1 || correctLabels.size() <= 1) {
return;
}