From 9c741f95ea9b2e0d94be46c328cd4f82eb7802cf Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Sat, 2 Feb 2013 21:40:03 -0600 Subject: [PATCH] Remove some unused defines from msg.c --- code/qcommon/msg.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/code/qcommon/msg.c b/code/qcommon/msg.c index 8fb44fdf..e9d399b1 100644 --- a/code/qcommon/msg.c +++ b/code/qcommon/msg.c @@ -666,16 +666,6 @@ usercmd_t communication ============================================================================ */ -// ms is allways sent, the others are optional -#define CM_ANGLE1 (1<<0) -#define CM_ANGLE2 (1<<1) -#define CM_ANGLE3 (1<<2) -#define CM_FORWARD (1<<3) -#define CM_SIDE (1<<4) -#define CM_UP (1<<5) -#define CM_BUTTONS (1<<6) -#define CM_WEAPON (1<<7) - /* ===================== MSG_WriteDeltaUsercmd