summaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
diff options
context:
space:
mode:
authorattilamolnar <attilamolnar@hush.com>2013-06-13 18:41:10 +0200
committerattilamolnar <attilamolnar@hush.com>2013-06-13 18:41:10 +0200
commitc25a59d9036444872d831a126c6326f3d8be5e74 (patch)
treeee29e42bf59f5207890bb97fae37fd2d1ac6771b /src/command_parse.cpp
parent05c816fcb2a8ca0ff97472f756aa28a04084de33 (diff)
Remove TR_END, remove TRANSLATEx() from commands that do not need it
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r--src/command_parse.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp
index 08e28557c..31e61d161 100644
--- a/src/command_parse.cpp
+++ b/src/command_parse.cpp
@@ -435,7 +435,6 @@ void CommandParser::TranslateSingleParam(TranslateType to, const std::string& it
}
// If no custom translator was given, fall through
}
- case TR_END:
case TR_TEXT:
default:
/* Do nothing */