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

@ -33,8 +33,6 @@ class RTPReceiverVideo : public RTPReceiverStrategy {
int64_t timestamp,
bool is_first_packet) override;
TelephoneEventHandler* GetTelephoneEventHandler() override { return NULL; }
int GetPayloadTypeFrequency() const override;
RTPAliveType ProcessDeadOrAlive(uint16_t last_payload_length) const override;