From ef6c4c30c59110f39e00a44a1b9da7c2dc5cbc30 Mon Sep 17 00:00:00 2001 From: Kevin Shanahan Date: Thu, 20 Dec 2012 20:15:40 +1030 Subject: [PATCH] light: remove unused accounting variable Signed-off-by: Kevin Shanahan --- light/ltface.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/light/ltface.c b/light/ltface.c index 1b6ec9e2..f2cea945 100644 --- a/light/ltface.c +++ b/light/ltface.c @@ -359,8 +359,6 @@ CalcFaceExtents(lightinfo_t * l, const vec3_t faceoffset) * to get the world xyz value of the sample point * ================= */ -static int c_bad; // FIXME - what is this?? - static void CalcPoints(lightinfo_t * l) { @@ -435,8 +433,6 @@ CalcPoints(lightinfo_t * l) VectorNormalize(move); VectorMA(surf, 8, move, surf); } - if (i == 2) - c_bad++; // FIXME - what? } } }