diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ctables.h | 1 |
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 */ |