Remove unused flag ReceiveStreamRtpConfig::transport_cc

Bug: webrtc:14802
Change-Id: I3eb66e9421a13024e34c363e67df0c73e5c16cc0
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/290568
Auto-Submit: Per Kjellander <perkj@webrtc.org>
Commit-Queue: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39004}
This commit is contained in:
Per K 2023-01-04 17:49:27 +01:00 committed by WebRTC LUCI CQ
parent 1fbfde95c4
commit 8a40d08189

View File

@ -40,11 +40,6 @@ class ReceiveStreamInterface {
// that the value is read on (i.e. packet delivery).
uint32_t local_ssrc = 0;
// Deprecated. This flag has no effect.
// TODO(perkj, https://bugs.webrtc.org/14802): Remove this flag once no
// projects use it.
bool transport_cc = false;
// RTP header extensions used for the received stream.
// This value may change mid-stream and must be done on the same thread
// that the value is read on (i.e. packet delivery).