aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
diff options
context:
space:
mode:
authorasapersson@webrtc.org <asapersson@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-11-04 08:35:50 +0000
committerasapersson@webrtc.org <asapersson@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-11-04 08:35:50 +0000
commit766154aa1d9cdb7a8f9ac16611a1e4a13060b85b (patch)
treefa84ad5448992e56ebebc7fc396c00b11e42886f /webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
parente2df8b7f0191497e8e7ceb22c8fb3cfbbc65487e (diff)
downloadwebrtc-766154aa1d9cdb7a8f9ac16611a1e4a13060b85b.tar.gz
Removed unused code.
R=stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/3219004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5073 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'webrtc/modules/rtp_rtcp/source/rtcp_receiver.h')
-rw-r--r--webrtc/modules/rtp_rtcp/source/rtcp_receiver.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
index 3da3445701..5c6f732195 100644
--- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
+++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
@@ -78,10 +78,6 @@ public:
uint16_t* minRTT,
uint16_t* maxRTT) const;
- uint16_t RTT() const;
-
- int SetRTT(uint16_t rtt);
-
int32_t ResetRTT(const uint32_t remoteSSRC);
int32_t SenderInfoReceived(RTCPSenderInfo* senderInfo) const;
@@ -266,10 +262,6 @@ protected:
// delivered RTP packet to the remote side.
int64_t _lastIncreasedSequenceNumberMs;
- // Externally set RTT. This value can only be used if there are no valid
- // RTT estimates.
- uint16_t _rtt;
-
};
} // namespace webrtc
#endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_RTCP_RECEIVER_H_