Index: webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h b/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
index dfeedfce853ac542d22ff89b970f19ed36bca232..29dd81bf27bb7c1e68faaf87e92654507b0ac6af 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
+++ b/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
@@ -44,7 +44,6 @@ struct ReceiveBandwidthEstimatorStats {}; |
class RemoteBitrateEstimator : public CallStatsObserver, public Module { |
public: |
- static const int kDefaultMinBitrateBps = 30000; |
virtual ~RemoteBitrateEstimator() {} |
virtual void IncomingPacketFeedbackVector( |