| Index: webrtc/video_engine/vie_channel.cc
|
| diff --git a/webrtc/video_engine/vie_channel.cc b/webrtc/video_engine/vie_channel.cc
|
| index ba6d524b77e26a6d6de212bef7d59990d52d8c53..9a737113b9f906c245d708f640d3d842a6ac66c8 100644
|
| --- a/webrtc/video_engine/vie_channel.cc
|
| +++ b/webrtc/video_engine/vie_channel.cc
|
| @@ -609,10 +609,6 @@ int ViEChannel::GetRequiredNackListSize(int target_delay_ms) {
|
| return target_delay_ms * 40 * 30 / 1000;
|
| }
|
|
|
| -void ViEChannel::EnableRemb(bool enable) {
|
| - rtp_rtcp_modules_[0]->SetREMBStatus(enable);
|
| -}
|
| -
|
| int ViEChannel::SetSendTimestampOffsetStatus(bool enable, int id) {
|
| // Disable any previous registrations of this extension to avoid errors.
|
| for (RtpRtcp* rtp_rtcp : rtp_rtcp_modules_) {
|
|
|