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
This commit is contained in:
@ -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_
|
||||
|
||||
Reference in New Issue
Block a user