| Index: webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| index 24861bd49e6aeb4963c2297b203bbdae4c550648..9a59d7e16c1a860fd81df39ff29d6d89e2949471 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| @@ -38,9 +38,6 @@ public:
|
| ModuleRtpRtcpImpl* owner);
|
| virtual ~RTCPReceiver();
|
|
|
| - RtcpMode Status() const;
|
| - void SetRTCPStatus(RtcpMode method);
|
| -
|
| int64_t LastReceived();
|
| int64_t LastReceivedReceiverReport() const;
|
|
|
|
|