From: havoc Date: Wed, 16 May 2007 17:11:35 +0000 (+0000) Subject: fix some unused variables X-Git-Tag: xonotic-v0.1.0preview~3161 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=2b642e8fff6d3514ba222d9d401f29fe630f84c6;p=xonotic%2Fdarkplaces.git fix some unused variables git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7292 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/model_brush.c b/model_brush.c index ae1e1b97..1f0eff61 100644 --- a/model_brush.c +++ b/model_brush.c @@ -5579,7 +5579,7 @@ static void Mod_Q3BSP_LoadPVS(lump_t *l) static void Mod_Q3BSP_LightPoint(model_t *model, const vec3_t p, vec3_t ambientcolor, vec3_t diffusecolor, vec3_t diffusenormal) { int i, j, k, index[3]; - float transformed[3], blend1, blend2, blend, yaw, pitch, sinpitch, stylescale; + float transformed[3], blend1, blend2, blend, stylescale; q3dlightgrid_t *a, *s; // scale lighting by lightstyle[0] so that darkmode in dpmod works properly