Index: webrtc/modules/rtp_rtcp/source/rtcp_receiver.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h |
index c64e95d8823b22c0c20863441990ed619a8094f7..1c657a2fc4e6bbd8d05f9cc1dd095cad252f9dce 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h |
@@ -182,14 +182,6 @@ class RTCPReceiver { |
PacketInformation* packet_information) |
EXCLUSIVE_LOCKS_REQUIRED(rtcp_receiver_lock_); |
- void HandleSli(const rtcp::CommonHeader& rtcp_block, |
- PacketInformation* packet_information) |
- EXCLUSIVE_LOCKS_REQUIRED(rtcp_receiver_lock_); |
- |
- void HandleRpsi(const rtcp::CommonHeader& rtcp_block, |
- PacketInformation* packet_information) |
- EXCLUSIVE_LOCKS_REQUIRED(rtcp_receiver_lock_); |
- |
void HandlePsfbApp(const rtcp::CommonHeader& rtcp_block, |
PacketInformation* packet_information) |
EXCLUSIVE_LOCKS_REQUIRED(rtcp_receiver_lock_); |