]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
remove an unused variable
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 27 Dec 2005 04:12:47 +0000 (04:12 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 27 Dec 2005 04:12:47 +0000 (04:12 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5867 d7cf8633-e32d-0410-b094-e92efae38249

gl_draw.c

index db8579f4d2c60420f1cc243f9dc3efdd6a6033b1..cbeefdcfce91a53ee31501c099a6037ace828108 100644 (file)
--- 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;