Remove unused VP8LDecoder member variable

Remove the unused VP8LDecoder member variable (last_cached_)

Change-Id: I4a7d2f1b72d166efb978850e061dc69c8509e224
This commit is contained in:
Vikas Arora 2014-09-24 11:58:51 -07:00
parent ea3bba5a66
commit fdd6528ba2

View File

@ -78,7 +78,6 @@ struct VP8LDecoder {
// not be transformed, scaled and // not be transformed, scaled and
// color-converted yet. // color-converted yet.
int last_out_row_; // last row output so far. int last_out_row_; // last row output so far.
int last_cached_;
VP8LMetadata hdr_; VP8LMetadata hdr_;