Index: webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h |
index e0947f03ed1dfb14005aaff1db335a6ff3a2ec9c..af97f9f5b3d09b534fa4d7d60e6d015799499799 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver_help.h |
@@ -48,9 +48,6 @@ class RTCPPacketInformation { |
RTCPPacketInformation(); |
~RTCPPacketInformation(); |
- void AddNACKPacket(const uint16_t packetID); |
- void ResetNACKPacketIdArray(); |
- |
void AddReportInfo(const RTCPReportBlockInformation& report_block_info); |
uint32_t rtcpPacketTypeFlags; // RTCPPacketTypeFlags bit field |