From bf73b7bbee3e8e0f3472b24231699d8f6dc2ba3c Mon Sep 17 00:00:00 2001 From: kthelgason Date: Thu, 26 Jan 2017 00:37:37 -0800 Subject: [PATCH] Remove unused constants from video engine tests. BUG=None Review-Url: https://codereview.webrtc.org/2652923004 Cr-Commit-Position: refs/heads/master@{#16284} --- webrtc/media/engine/fakewebrtcvideoengine.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/webrtc/media/engine/fakewebrtcvideoengine.h b/webrtc/media/engine/fakewebrtcvideoengine.h index 224419ad77..497d70133a 100644 --- a/webrtc/media/engine/fakewebrtcvideoengine.h +++ b/webrtc/media/engine/fakewebrtcvideoengine.h @@ -28,16 +28,6 @@ #include "webrtc/video_encoder.h" namespace cricket { - -static const int kMinVideoBitrate = 100; -static const int kStartVideoBitrate = 300; -static const int kMaxVideoBitrate = 1000; - -// WebRtc channel id and capture id share the same number space. -// This is how AddRenderer(renderId, ...) is able to tell if it is adding a -// renderer for a channel or it is adding a renderer for a capturer. -static const int kViEChannelIdBase = 0; -static const int kViEChannelIdMax = 1000; static const int kEventTimeoutMs = 10000; // Fake class for mocking out webrtc::VideoDecoder