Remove deprecated constant.

Bug: None
Change-Id: I45957ad5e0f5fe0fd129bbae7aaef40a23142374
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173980
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#31137}
This commit is contained in:
Mirko Bonadei 2020-04-27 10:53:32 +02:00 committed by Commit Bot
parent 74fc574cbc
commit 62a0d647d9

View File

@ -30,8 +30,6 @@ struct CallConfig {
CallConfig(const CallConfig&);
~CallConfig();
RTC_DEPRECATED static constexpr int kDefaultStartBitrateBps = 300000;
// Bitrate config used until valid bitrate estimates are calculated. Also
// used to cap total bitrate used. This comes from the remote connection.
BitrateConstraints bitrate_config;