| Index: webrtc/voice_engine/channel.h
|
| diff --git a/webrtc/voice_engine/channel.h b/webrtc/voice_engine/channel.h
|
| index 0d71a41d82fe50a550b21ff54de9e2a949195f59..a0deb0bcd934dd549bbfb3a27b0fb02414d4e513 100644
|
| --- a/webrtc/voice_engine/channel.h
|
| +++ b/webrtc/voice_engine/channel.h
|
| @@ -284,9 +284,7 @@ class Channel
|
| int GetLocalSSRC(unsigned int& ssrc);
|
| int GetRemoteSSRC(unsigned int& ssrc);
|
| int SetSendAudioLevelIndicationStatus(bool enable, unsigned char id);
|
| - int SetReceiveAudioLevelIndicationStatus(bool enable, unsigned char id);
|
| void EnableSendTransportSequenceNumber(int id);
|
| - void EnableReceiveTransportSequenceNumber(int id);
|
|
|
| void RegisterSenderCongestionControlObjects(
|
| RtpTransportControllerSendInterface* transport,
|
|
|