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;