Index: webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h |
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h b/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h |
index 5cf94c28595644006d6e1e0a8a29ac0852907f5a..63b65fefd8eacc0c2e28a2b72cc3753ef73c0f19 100644 |
--- a/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h |
+++ b/webrtc/modules/rtp_rtcp/source/rtp_receiver_impl.h |
@@ -26,7 +26,6 @@ class RtpReceiverImpl : public RtpReceiver { |
// want callbacks to do nothing). This class takes ownership of the media |
// receiver but nothing else. |
RtpReceiverImpl(Clock* clock, |
- RtpAudioFeedback* incoming_audio_messages_callback, |
RtpFeedback* incoming_messages_callback, |
RTPPayloadRegistry* rtp_payload_registry, |
RTPReceiverStrategy* rtp_media_receiver); |