| Index: voice_engine/voe_base_impl.h
|
| diff --git a/voice_engine/voe_base_impl.h b/voice_engine/voe_base_impl.h
|
| index e15d1f10b50423881494527fe9df786b87d92e6d..ef163d623b7c02d2a201e365907e0462fc1f8c79 100644
|
| --- a/voice_engine/voe_base_impl.h
|
| +++ b/voice_engine/voe_base_impl.h
|
| @@ -25,9 +25,6 @@ class VoEBaseImpl : public VoEBase,
|
| public AudioTransport,
|
| public AudioDeviceObserver {
|
| public:
|
| - int RegisterVoiceEngineObserver(VoiceEngineObserver& observer) override;
|
| - int DeRegisterVoiceEngineObserver() override;
|
| -
|
| int Init(
|
| AudioDeviceModule* external_adm,
|
| AudioProcessing* audio_processing,
|
| @@ -107,7 +104,6 @@ class VoEBaseImpl : public VoEBase,
|
| // Initialize channel by setting Engine Information then initializing
|
| // channel.
|
| int InitializeChannel(voe::ChannelOwner* channel_owner);
|
| - VoiceEngineObserver* voiceEngineObserverPtr_;
|
| rtc::CriticalSection callbackCritSect_;
|
| rtc::scoped_refptr<AudioDecoderFactory> decoder_factory_;
|
|
|
|
|