Delete method VCMJitterBuffer::RegisterStatsCallback

Unused in the legacy VideoCodingModule api since
https://webrtc-review.googlesource.com/c/src/+/62101/
and unused by the VideoReceiveStream code path since
https://webrtc-review.googlesource.com/c/src/+/128870

Bug: webrtc:7408
Change-Id: I800dba08a6e0e8f5de6169241d217bd5e8e5d0de
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/129961
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27319}
This commit is contained in:
Niels Möller
2019-03-27 15:16:39 +01:00
committed by Commit Bot
parent 3e61c51e7a
commit b8fffa1ad8
7 changed files with 2 additions and 37 deletions

View File

@ -79,8 +79,6 @@ class VCMReceiver {
VCMNackMode NackMode() const;
std::vector<uint16_t> NackList(bool* request_key_frame);
void RegisterStatsCallback(VCMReceiveStatisticsCallback* callback);
void TriggerDecoderShutdown();
private: