| Index: webrtc/voice_engine/transmit_mixer.h
|
| diff --git a/webrtc/voice_engine/transmit_mixer.h b/webrtc/voice_engine/transmit_mixer.h
|
| index 6591fe9a9a5ec3fde2acb6ca9358936509a940d2..7120b6500a0a32d0b05590a9a54619e690d4aa6a 100644
|
| --- a/webrtc/voice_engine/transmit_mixer.h
|
| +++ b/webrtc/voice_engine/transmit_mixer.h
|
| @@ -80,11 +80,7 @@ public:
|
|
|
| int32_t StopSend();
|
|
|
| - // VoEVolumeControl
|
| - int SetMute(bool enable);
|
| -
|
| - bool Mute() const;
|
| -
|
| + // TODO(solenberg): Remove, once AudioMonitor is gone.
|
| int8_t AudioLevel() const;
|
|
|
| // 'virtual' to allow mocking.
|
| @@ -227,7 +223,6 @@ private:
|
| int _instanceId = 0;
|
| bool _mixFileWithMicrophone = false;
|
| uint32_t _captureLevel = 0;
|
| - bool _mute = false;
|
| bool stereo_codec_ = false;
|
| bool swap_stereo_channels_ = false;
|
| };
|
|
|