remove unused variable

Bug: skia:
Change-Id: I0300d5c0b616ed87426aa7329491cf1d2b8c58f2
Reviewed-on: https://skia-review.googlesource.com/c/192107
Reviewed-by: Nigel Tao <nigeltao@google.com>
Commit-Queue: Mike Reed <reed@google.com>
This commit is contained in:
Mike Reed 2019-02-13 21:45:35 -05:00 committed by Skia Commit-Bot
parent e77142e0d6
commit 1f63b51649

View File

@ -467,7 +467,6 @@ SkCodec::Result SkWuffsCodec::onIncrementalDecode(int* rowsDecoded) {
// In Wuffs, a paletted image is always 1 byte per pixel.
static constexpr size_t src_bpp = 1;
wuffs_base__table_u8 pixels = fPixelBuffer.plane(0);
int scaledHeight = dstInfo().height();
wuffs_base__rect_ie_u32 frame_rect = fFrameConfig.bounds();
wuffs_base__rect_ie_u32 dirty_rect = fDecoder->frame_dirty_rect();
if (!fSwizzler) {