From f0684b5a8a6d0f9e504d543f6a7c9fdf524c3134 Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Sun, 12 Apr 2020 17:42:31 +0200 Subject: [PATCH] Remove NetEq::InsertPacket deprecated method. Bug: webrtc:10198 Change-Id: Ia789524c459982705a5d0fc92b216e0b5a084952 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/173463 Reviewed-by: Ivo Creusen Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/master@{#31069} --- api/neteq/neteq.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/api/neteq/neteq.h b/api/neteq/neteq.h index d632e03f35..f62d3795f0 100644 --- a/api/neteq/neteq.h +++ b/api/neteq/neteq.h @@ -196,13 +196,6 @@ class NetEq { virtual int InsertPacket(const RTPHeader& rtp_header, rtc::ArrayView payload) = 0; - // Deprecated. Use the version without the `receive_timestamp` argument. - int InsertPacket(const RTPHeader& rtp_header, - rtc::ArrayView payload, - uint32_t /*receive_timestamp*/) { - return InsertPacket(rtp_header, payload); - } - // Lets NetEq know that a packet arrived with an empty payload. This typically // happens when empty packets are used for probing the network channel, and // these packets use RTP sequence numbers from the same series as the actual