From 5ca0c8b42f186fd2009cfac1ca9cdc225f22fd44 Mon Sep 17 00:00:00 2001 From: sezero Date: Fri, 3 Aug 2018 18:47:33 +0300 Subject: [PATCH] h5, gtexdl.c: commented out unused local var 'didcompress' --- glide3x/h5/glide3/src/gtexdl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glide3x/h5/glide3/src/gtexdl.c b/glide3x/h5/glide3/src/gtexdl.c index 0d0051f..16e9b50 100644 --- a/glide3x/h5/glide3/src/gtexdl.c +++ b/glide3x/h5/glide3/src/gtexdl.c @@ -1681,7 +1681,7 @@ GR_EXT_ENTRY(grTexDownloadMipMapLevelPartialRowExt, int t, int min_s, int max_s)) { #define FN_NAME "grTexDownloadMipMapLevelPartialRowExt" - FxBool didcompress = FXFALSE; +/*FxBool didcompress = FXFALSE;*/ int max_t = t; GR_BEGIN_NOFIFOCHECK_RET(FN_NAME, 89);