mirror of
https://github.com/webmproject/libwebp.git
synced 2024-12-27 22:28:22 +01:00
Remove unused VP8LDecoder member variable
Remove the unused VP8LDecoder member variable (last_cached_) Change-Id: I4a7d2f1b72d166efb978850e061dc69c8509e224
This commit is contained in:
parent
ea3bba5a66
commit
fdd6528ba2
@ -78,7 +78,6 @@ struct VP8LDecoder {
|
||||
// not be transformed, scaled and
|
||||
// color-converted yet.
|
||||
int last_out_row_; // last row output so far.
|
||||
int last_cached_;
|
||||
|
||||
VP8LMetadata hdr_;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user