| Index: webrtc/common_types.h
|
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h
|
| index 141e1695b78cd61f29a84cb29ebb9bc293802075..fe3cc51663f2807f71be60b8220f559093a1c649 100644
|
| --- a/webrtc/common_types.h
|
| +++ b/webrtc/common_types.h
|
| @@ -463,8 +463,6 @@ class TemporalLayersFactory;
|
| struct VideoCodecVP8 {
|
| // TODO(nisse): Unused, delete?
|
| bool pictureLossIndicationOn;
|
| - // TODO(nisse): Delete, as soon as downstream applications are updated.
|
| - bool feedbackModeOn;
|
| VideoCodecComplexity complexity;
|
| VP8ResilienceMode resilience;
|
| unsigned char numberOfTemporalLayers;
|
|
|