aboutsummaryrefslogtreecommitdiff
path: root/audio/channel_proxy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'audio/channel_proxy.cc')
-rw-r--r--audio/channel_proxy.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/audio/channel_proxy.cc b/audio/channel_proxy.cc
index 1a546f6a37..f2575159d7 100644
--- a/audio/channel_proxy.cc
+++ b/audio/channel_proxy.cc
@@ -283,11 +283,6 @@ void ChannelProxy::SetMinimumPlayoutDelay(int delay_ms) {
}
}
-void ChannelProxy::SetRtcpRttStats(RtcpRttStats* rtcp_rtt_stats) {
- RTC_DCHECK(worker_thread_checker_.CalledOnValidThread());
- channel_->SetRtcpRttStats(rtcp_rtt_stats);
-}
-
bool ChannelProxy::GetRecCodec(CodecInst* codec_inst) const {
RTC_DCHECK(worker_thread_checker_.CalledOnValidThread());
return channel_->GetRecCodec(*codec_inst) == 0;