diff options
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/commands.h b/src/commands.h index 6bcdf6790..6c6c481f0 100644 --- a/src/commands.h +++ b/src/commands.h @@ -35,10 +35,6 @@ class ChatTab; extern ChatTab *localChatTab; -// TRANSLATORS: chat option changed message -#define BOOLEAN_OPTIONS _("Options to /%s are \"yes\", \"no\", \"true\", "\ -"\"false\", \"1\", \"0\".") - #define decHandler(name) bool name(InputEvent &event) struct CommandInfo final |