diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2009-10-06 06:05:18 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:16:40 +0000 |
commit | 7e5f69e66c03299cde62da178f3c9b97319c20ba (patch) | |
tree | 193ef354bd55f3d426cbfdae7cec635539754938 /src/qcommon | |
parent | 4c26128cbf19552bb3939e0b1b0a518a793e946f (diff) |
* Remove tell, tell_target, tell_attacker. Depreciated by /m
* Remove outdated refrence to the "boost" command
Diffstat (limited to 'src/qcommon')
-rw-r--r-- | src/qcommon/q_shared.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qcommon/q_shared.h b/src/qcommon/q_shared.h index a346bf5e..64acc8d0 100644 --- a/src/qcommon/q_shared.h +++ b/src/qcommon/q_shared.h @@ -1366,7 +1366,6 @@ typedef enum { #define SAY_ALL 0 #define SAY_TEAM 1 -#define SAY_TELL 2 #define MAX_EMOTICON_NAME_LEN 16 #define MAX_EMOTICONS 64 |