From 62a0d647d9e8e32c2ada0ed02b55e85931bf8a7d Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Mon, 27 Apr 2020 10:53:32 +0200 Subject: [PATCH] Remove deprecated constant. Bug: None Change-Id: I45957ad5e0f5fe0fd129bbae7aaef40a23142374 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173980 Reviewed-by: Stefan Holmer Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#31137} --- call/call_config.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/call/call_config.h b/call/call_config.h index cd0ef3352e..205f7a48bb 100644 --- a/call/call_config.h +++ b/call/call_config.h @@ -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;