Remove unnecessary interface TelephoneEventHandler.

BUG=webrtc:2795

Review-Url: https://codereview.webrtc.org/2357583002
Cr-Commit-Position: refs/heads/master@{#14346}
This commit is contained in:
solenberg
2016-09-22 01:46:03 -07:00
committed by Commit bot
parent 6f5a6c3188
commit 2beb42983c
10 changed files with 2 additions and 65 deletions

View File

@ -200,10 +200,6 @@ bool RtpReceiverImpl::IncomingRtpPacket(
return true;
}
TelephoneEventHandler* RtpReceiverImpl::GetTelephoneEventHandler() {
return rtp_media_receiver_->GetTelephoneEventHandler();
}
bool RtpReceiverImpl::Timestamp(uint32_t* timestamp) const {
rtc::CritScope lock(&critical_section_rtp_receiver_);
if (!HaveReceivedFrame())