]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
remove unused variable generatenormals
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 26 Sep 2004 04:06:45 +0000 (04:06 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 26 Sep 2004 04:06:45 +0000 (04:06 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4537 d7cf8633-e32d-0410-b094-e92efae38249

gl_models.c

index d3036accc48ce67116ef90495eba1b0c61148fb0..8ba6f9f48f9ff2165e5f94f6e76841e86d29ec15 100644 (file)
@@ -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;