From f24908e611471a283baa85acd8bbc5b7312f46fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Fri, 22 Mar 2019 09:31:39 +0100 Subject: [PATCH] Delete unused enum StreamType and kViEStreamType* values. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Unused since https://codereview.webrtc.org/1693553002 Also drop an unneeded include of video_stream_decoder.h. Bug: webrtc:7408 Change-Id: I249ecfe41b55b59abbd2e880ef144d64f130b0b0 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/128767 Reviewed-by: Erik Språng Commit-Queue: Niels Moller Cr-Commit-Position: refs/heads/master@{#27242} --- video/receive_statistics_proxy.h | 1 - video/video_stream_decoder.h | 5 ----- 2 files changed, 6 deletions(-) diff --git a/video/receive_statistics_proxy.h b/video/receive_statistics_proxy.h index e1a07842be..723dc27101 100644 --- a/video/receive_statistics_proxy.h +++ b/video/receive_statistics_proxy.h @@ -31,7 +31,6 @@ #include "video/report_block_stats.h" #include "video/stats_counter.h" #include "video/video_quality_observer.h" -#include "video/video_stream_decoder.h" namespace webrtc { diff --git a/video/video_stream_decoder.h b/video/video_stream_decoder.h index 54554ebab3..b0294070d2 100644 --- a/video/video_stream_decoder.h +++ b/video/video_stream_decoder.h @@ -31,11 +31,6 @@ namespace vcm { class VideoReceiver; } // namespace vcm -enum StreamType { - kViEStreamTypeNormal = 0, // Normal media stream - kViEStreamTypeRtx = 1 // Retransmission media stream -}; - class VideoStreamDecoder : public VCMReceiveCallback, public VCMReceiveStatisticsCallback { public: