From e53bdf2fb262f5333920910c8ca207d8bd71f6a1 Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 9 Aug 2015 16:47:49 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@8806 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/Draw/Iml.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/uppsrc/Draw/Iml.cpp b/uppsrc/Draw/Iml.cpp index c019ac3e5..0bc107409 100644 --- a/uppsrc/Draw/Iml.cpp +++ b/uppsrc/Draw/Iml.cpp @@ -7,7 +7,6 @@ Vector UnpackImlData(const void *ptr, int len) Vector img; String data = ZDecompress(ptr, len); const char *s = data; - int version = 0; while(s + 6 * 2 + 1 <= data.End()) { ImageBuffer ib(Peek16le(s + 1), Peek16le(s + 3)); int q = byte(*s) >> 6;