Index: webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h |
diff --git a/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h |
index 4fe10c8a30ddb0368c210b416fd8aef6efa0a37e..98f7c26b553ee7f67ee53e120df977dfcbba43a9 100644 |
--- a/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h |
+++ b/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h |
@@ -415,13 +415,6 @@ class RtpRtcp : public Module { |
virtual int32_t SendRTCPSliceLossIndication(uint8_t pictureID) = 0; |
/* |
- * Reset RTP data counters for the sending side |
- * |
- * return -1 on failure else 0 |
- */ |
- virtual int32_t ResetSendDataCountersRTP() = 0; |
- |
- /* |
* Statistics of the amount of data sent |
* |
* return -1 on failure else 0 |