Index: webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h b/webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h |
index 663b883295d70e8f946e45f008700036a16da9a5..f435231764652a74622d444ef81e776cdd31dba6 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.h |
@@ -46,9 +46,6 @@ class RTPReceiverStrategy { |
virtual TelephoneEventHandler* GetTelephoneEventHandler() = 0; |
- // Retrieves the last known applicable frequency. |
- virtual int GetPayloadTypeFrequency() const = 0; |
- |
// Computes the current dead-or-alive state. |
virtual RTPAliveType ProcessDeadOrAlive( |
uint16_t last_payload_length) const = 0; |