Delete VCMJitterBuffer::UpdateRtt and related unused code

Bug: webrtc:7408
Change-Id: Ic4bd745ed36dd7f7d5eec6531e05204035a545fd
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133188
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27648}
This commit is contained in:
Niels Möller
2019-04-16 16:11:09 +02:00
committed by Commit Bot
parent 034f1916b5
commit 50150a18f4
6 changed files with 1 additions and 25 deletions

View File

@ -84,7 +84,6 @@ class VideoReceiver : public Module {
int max_packet_age_to_nack,
int max_incomplete_time_ms);
int32_t SetReceiveChannelParameters(int64_t rtt);
int64_t TimeUntilNextProcess() override;
void Process() override;
void ProcessThreadAttached(ProcessThread* process_thread) override;