| Index: webrtc/voice_engine/voe_rtp_rtcp_impl.h
|
| diff --git a/webrtc/voice_engine/voe_rtp_rtcp_impl.h b/webrtc/voice_engine/voe_rtp_rtcp_impl.h
|
| index 4d4c70176b0503d93c0a7428f2ae6a4b3e2abe7c..c1e84849b940d7d2e639bfa1844a9cac2db600c7 100644
|
| --- a/webrtc/voice_engine/voe_rtp_rtcp_impl.h
|
| +++ b/webrtc/voice_engine/voe_rtp_rtcp_impl.h
|
| @@ -71,11 +71,6 @@ class VoERTP_RTCPImpl : public VoERTP_RTCP {
|
| int channel,
|
| std::vector<ReportBlock>* report_blocks) override;
|
|
|
| - // RED
|
| - int SetREDStatus(int channel, bool enable, int redPayloadtype = -1) override;
|
| -
|
| - int GetREDStatus(int channel, bool& enabled, int& redPayloadtype) override;
|
| -
|
| // NACK
|
| int SetNACKStatus(int channel, bool enable, int maxNoPackets) override;
|
|
|
|
|