From: havoc Date: Sun, 26 Sep 2004 04:06:45 +0000 (+0000) Subject: remove unused variable generatenormals X-Git-Tag: xonotic-v0.1.0preview~5569 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c6a992284b6e6fad874fa36bfa1e407529df4458;p=xonotic%2Fdarkplaces.git remove unused variable generatenormals git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4537 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/gl_models.c b/gl_models.c index d3036acc..8ba6f9f4 100644 --- a/gl_models.c +++ b/gl_models.c @@ -33,7 +33,7 @@ aliasskin_t *R_FetchAliasSkin(const entity_render_t *ent, const aliasmesh_t *mes void R_DrawAliasModelCallback (const void *calldata1, int calldata2) { - int c, fullbright, layernum, firstpass, generatenormals = true; + int c, fullbright, layernum, firstpass; float tint[3], fog, ifog, colorscale, ambientcolor4f[4], diffusecolor[3], diffusenormal[3]; float *vertex3f, *normal3f; vec3_t diff;