summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-27 17:06:17 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-27 17:06:17 +0300
commit6f475537cb5e12f7088a401c4fb5b583bbabc580 (patch)
tree72d3fb579463bf55382a4e2469a9838b96249fed /src/commands.h
parente70704f2b1609b49319e34f466afaf4454d92382 (diff)
downloadplus-6f475537cb5e12f7088a401c4fb5b583bbabc580.tar.gz
plus-6f475537cb5e12f7088a401c4fb5b583bbabc580.tar.bz2
plus-6f475537cb5e12f7088a401c4fb5b583bbabc580.tar.xz
plus-6f475537cb5e12f7088a401c4fb5b583bbabc580.zip
Move boolean_options define into separate file.
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h4
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