summaryrefslogtreecommitdiff
path: root/include/ctables.h
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 /include/ctables.h
parent05c816fcb2a8ca0ff97472f756aa28a04084de33 (diff)
Remove TR_END, remove TRANSLATEx() from commands that do not need it
Diffstat (limited to 'include/ctables.h')
-rw-r--r--include/ctables.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ctables.h b/include/ctables.h
index 6ead8081f..f6d712937 100644
--- a/include/ctables.h
+++ b/include/ctables.h
@@ -43,7 +43,6 @@ const char FLAG_SERVERONLY = 7; // technically anything nonzero below 'A' works
*/
enum TranslateType
{
- TR_END, /* End of known parameters, everything after this is TR_TEXT */
TR_TEXT, /* Raw text, leave as-is */
TR_NICK, /* Nickname, translate to UUID for server->server */
TR_CUSTOM /* Custom translation handled by EncodeParameter/DecodeParameter */