aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorEldar Rello <elrello@microsoft.com>2020-06-10 17:53:39 +0300
committerCommit Bot <commit-bot@chromium.org>2020-06-10 15:59:32 +0000
commit9276e2c39bda4f1589ac938406dd12fc5dd58e0c (patch)
tree83162259a86e415ed68c93db5a59a5d34ba09706 /api
parentde8a93599a68510fa5d4ba700e5debabfae83ad8 (diff)
downloadwebrtc-9276e2c39bda4f1589ac938406dd12fc5dd58e0c.tar.gz
Remove enable_simulcast_stats config flag as not needed anymore
Bug: webrtc:9547 Change-Id: Ie50453aa3496d16bfadfc9fdd3e7e6982278cfba Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/176841 Commit-Queue: Eldar Rello <elrello@microsoft.com> Reviewed-by: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31492}
Diffstat (limited to 'api')
-rw-r--r--api/peer_connection_interface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/api/peer_connection_interface.h b/api/peer_connection_interface.h
index 1d81de74d8..0ae47b2a2f 100644
--- a/api/peer_connection_interface.h
+++ b/api/peer_connection_interface.h
@@ -666,8 +666,6 @@ class RTC_EXPORT PeerConnectionInterface : public rtc::RefCountInterface {
// Whether network condition based codec switching is allowed.
absl::optional<bool> allow_codec_switching;
- bool enable_simulcast_stats = true;
-
//
// Don't forget to update operator== if adding something.
//