From 497bdaf1d5e9c4eba3000bb6a8073b17f643a098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Thu, 19 Apr 2018 11:22:09 +0200 Subject: [PATCH] Delete unused VideoSendStream::Config::EncoderSettings::encoder. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Followup to cl https://webrtc-review.googlesource.com/70740, after downstream projects are updated. Bug: webrtc:8830 Change-Id: Ied2b3943959b72914d8f3f8825f07f4ef4b46849 Reviewed-on: https://webrtc-review.googlesource.com/71043 Reviewed-by: Erik Språng Commit-Queue: Niels Moller Cr-Commit-Position: refs/heads/master@{#22940} --- call/video_send_stream.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/call/video_send_stream.h b/call/video_send_stream.h index cdb948395f..10d4ba1f43 100644 --- a/call/video_send_stream.h +++ b/call/video_send_stream.h @@ -121,10 +121,6 @@ class VideoSendStream { // Ownership stays with WebrtcVideoEngine (delegated from PeerConnection). VideoEncoderFactory* encoder_factory = nullptr; - - // TODO(nisse): Unused! But kept temporarily to transition downstream - // projects. - VideoEncoder* encoder = nullptr; } encoder_settings; static const size_t kDefaultMaxPacketSize = 1500 - 40; // TCP over IPv4.