light: remove unused accounting variable

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2012-12-20 20:15:40 +10:30
parent c51eb01291
commit ef6c4c30c5
1 changed files with 0 additions and 4 deletions

View File

@ -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?
}
}
}