diff --git a/game/q_shared.c b/game/q_shared.c index 9f640a3..c33337a 100644 --- a/game/q_shared.c +++ b/game/q_shared.c @@ -302,10 +302,6 @@ float anglemod(float a) return a; } - int i; - vec3_t corners[2]; - - // this is the slow, general version int BoxOnPlaneSide2 (vec3_t emins, vec3_t emaxs, struct cplane_s *p) {