diff options
author | Tim Angus <tim@ngus.net> | 2005-06-27 00:25:17 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2005-06-27 00:25:17 +0000 |
commit | dcce2065d01d3e4b175fcb4efe8ad2aa787c8c05 (patch) | |
tree | 376a9ad66e1dfe748ca3422a9bd5f7693b282cdd /src/cgame/cg_ents.c | |
parent | 2225bfe3b44d5f73976cc3aa17e1aa766fc57148 (diff) |
* Fixed all the warnings reported after turning on -Wall
Diffstat (limited to 'src/cgame/cg_ents.c')
-rw-r--r-- | src/cgame/cg_ents.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cgame/cg_ents.c b/src/cgame/cg_ents.c index 1b4a1639..d3672465 100644 --- a/src/cgame/cg_ents.c +++ b/src/cgame/cg_ents.c @@ -350,9 +350,6 @@ static void CG_Missile( centity_t *cent ) refEntity_t ent; entityState_t *es; const weaponInfo_t *wi; - vec3_t up; - float fraction; - int index; weapon_t weapon; weaponMode_t weaponMode; const weaponInfoMode_t *wim; |