Removing some old code which looked like it had to do with NACK handling but in reality did nothing.

BUG=webrtc:5762, webrtc:4690
R=stefan@webrtc.org
TBR=mflodman

Review URL: https://codereview.webrtc.org/1946183002 .

Cr-Commit-Position: refs/heads/master@{#12682}
This commit is contained in:
Fredrik Solenberg
2016-05-11 13:05:05 +02:00
parent faa78dc38d
commit cd6ae6652f
11 changed files with 2 additions and 44 deletions

View File

@ -75,12 +75,6 @@ class RtpReceiver {
PayloadUnion payload_specific,
bool in_order) = 0;
// Returns the currently configured NACK method.
virtual NACKMethod NACK() const = 0;
// Turn negative acknowledgement (NACK) requests on/off.
virtual void SetNACKStatus(const NACKMethod method) = 0;
// Gets the last received timestamp. Returns true if a packet has been
// received, false otherwise.
virtual bool Timestamp(uint32_t* timestamp) const = 0;