From 4455568bf2a251f6815db2f6df98ac5c95c55e23 Mon Sep 17 00:00:00 2001 From: sezero Date: Sun, 3 Sep 2017 14:56:03 +0000 Subject: [PATCH] minor warning fix. git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1495 af15c1b1-3010-417e-b628-4374ebc0bcbd --- quakespasm/Quake/gl_texmgr.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/quakespasm/Quake/gl_texmgr.c b/quakespasm/Quake/gl_texmgr.c index eacc7ebb..e65ade35 100644 --- a/quakespasm/Quake/gl_texmgr.c +++ b/quakespasm/Quake/gl_texmgr.c @@ -552,15 +552,14 @@ choose safe warpimage size and resize existing warpimage textures */ void TexMgr_RecalcWarpImageSize (void) { - int mark, oldsize; +// int oldsize = gl_warpimagesize; + int mark; gltexture_t *glt; byte *dummy; // // find the new correct size // - oldsize = gl_warpimagesize; - gl_warpimagesize = TexMgr_SafeTextureSize (512); while (gl_warpimagesize > vid.width)