Remove unused copy of last received keyframe.

Copy method was the user of those fields but it has been removed in May 2015 by refs/heads/master@{#9244}.

R=pbos@webrtc.org

Review URL: https://codereview.webrtc.org/2113973002 .

Cr-Commit-Position: refs/heads/master@{#13362}
This commit is contained in:
André Susano Pinto
2016-07-01 13:36:10 +02:00
parent 84cab205f5
commit e703f41336
2 changed files with 0 additions and 29 deletions

View File

@ -158,7 +158,6 @@ class VP8DecoderImpl : public VP8Decoder {
bool feedback_mode_;
vpx_codec_ctx_t* decoder_;
VideoCodec codec_;
EncodedImage last_keyframe_;
int image_format_;
vpx_ref_frame_t* ref_frame_;
int propagation_cnt_;