From: havoc Date: Tue, 27 Dec 2005 04:12:47 +0000 (+0000) Subject: remove an unused variable X-Git-Tag: xonotic-v0.1.0preview~4420 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3cc118611fd0604f032db834897768ec738b28c1;p=xonotic%2Fdarkplaces.git remove an unused variable git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5867 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/gl_draw.c b/gl_draw.c index db8579f4..cbeefdcf 100644 --- a/gl_draw.c +++ b/gl_draw.c @@ -303,7 +303,7 @@ Draw_CachePic // FIXME: move this to client somehow cachepic_t *Draw_CachePic (const char *path, qboolean persistent) { - int i, crc, hashkey; + int crc, hashkey; cachepic_t *pic; qpic_t *p; int flags;