Delete unused method VideoReceiver::SetMinReceiverDelay

Bug: None
Change-Id: I4d3b74c2af53177355e92d3f9190d6ea58552c8f
Reviewed-on: https://webrtc-review.googlesource.com/94061
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24308}
This commit is contained in:
Niels Möller
2018-08-14 10:31:58 +02:00
committed by Commit Bot
parent 213168f4c3
commit 4eb4b05556
6 changed files with 4 additions and 36 deletions

View File

@ -169,7 +169,6 @@ class VideoReceiver : public Module {
int max_incomplete_time_ms);
void SetDecodeErrorMode(VCMDecodeErrorMode decode_error_mode);
int SetMinReceiverDelay(int desired_delay_ms);
int32_t SetReceiveChannelParameters(int64_t rtt);
int32_t SetVideoProtection(VCMVideoProtection videoProtection, bool enable);