changeset 1520:2801c76088b5

Remove unused variable.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 May 2018 23:12:55 +0300
parents 19b5013ff190
children b86a0aee25fa
files tools/lib64gfx.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.c	Fri May 11 23:11:38 2018 +0300
+++ b/tools/lib64gfx.c	Fri May 11 23:12:55 2018 +0300
@@ -366,8 +366,6 @@
 
 int dmEncodeGenericRLE(DMGrowBuf *dst, const Uint8 *src, const Uint8 *srcEnd, const DMCompParams *cfg)
 {
-    int res;
-
     // Perform RLE encoding
     int count = 0, prev = -1;
     while (src < srcEnd)