From 53800ed191a16cc44c3f5a00bce7d481a65932cd Mon Sep 17 00:00:00 2001 From: brandtr Date: Mon, 29 May 2017 23:34:37 -0700 Subject: [PATCH] Remove RTPSenderVideo::FecPacketOverhead() since it is unused. BUG=None Review-Url: https://codereview.webrtc.org/2914493002 Cr-Commit-Position: refs/heads/master@{#18315} --- webrtc/modules/rtp_rtcp/source/rtp_sender_video.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h index 23a4082af8..933eeb0440 100644 --- a/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h +++ b/webrtc/modules/rtp_rtcp/source/rtp_sender_video.h @@ -43,11 +43,6 @@ class RTPSenderVideo { virtual RtpVideoCodecTypes VideoCodecType() const; - size_t FecPacketOverhead() const { - rtc::CritScope cs(&crit_); - return CalculateFecPacketOverhead(); - } - static RtpUtility::Payload* CreateVideoPayload( const char payload_name[RTP_PAYLOAD_NAME_SIZE], int8_t payload_type);