| Index: webrtc/voice_engine/include/voe_rtp_rtcp.h
|
| diff --git a/webrtc/voice_engine/include/voe_rtp_rtcp.h b/webrtc/voice_engine/include/voe_rtp_rtcp.h
|
| index e344d0488c62053a2238daa694033177d88df19a..716566de32dc3fa9e199d77de3881caf9d83c7c3 100644
|
| --- a/webrtc/voice_engine/include/voe_rtp_rtcp.h
|
| +++ b/webrtc/voice_engine/include/voe_rtp_rtcp.h
|
| @@ -133,16 +133,6 @@ class WEBRTC_DLLEXPORT VoERTP_RTCP {
|
| return 0;
|
| }
|
|
|
| - // Sets the status of sending absolute sender time on a specific |channel|.
|
| - virtual int SetSendAbsoluteSenderTimeStatus(int channel,
|
| - bool enable,
|
| - unsigned char id) = 0;
|
| -
|
| - // Sets status of receiving absolute sender time on a specific |channel|.
|
| - virtual int SetReceiveAbsoluteSenderTimeStatus(int channel,
|
| - bool enable,
|
| - unsigned char id) = 0;
|
| -
|
| // Sets the RTCP status on a specific |channel|.
|
| virtual int SetRTCPStatus(int channel, bool enable) = 0;
|
|
|
|
|