From 3cc118611fd0604f032db834897768ec738b28c1 Mon Sep 17 00:00:00 2001 From: havoc Date: Tue, 27 Dec 2005 04:12:47 +0000 Subject: [PATCH] remove an unused variable git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5867 d7cf8633-e32d-0410-b094-e92efae38249 --- gl_draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2