# HG changeset patch # User Matti Hamalainen # Date 1526069575 -10800 # Node ID 2801c76088b55ad8c5526c809675202e15ec209e # Parent 19b5013ff190c5852f8807545b67afbf3ff715a6 Remove unused variable. diff -r 19b5013ff190 -r 2801c76088b5 tools/lib64gfx.c --- 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)