| Index: voice_engine/voe_base_impl.h
|
| diff --git a/voice_engine/voe_base_impl.h b/voice_engine/voe_base_impl.h
|
| index ef163d623b7c02d2a201e365907e0462fc1f8c79..d03a1997c46f2d75bf96bbc54a6c83d50c0532ed 100644
|
| --- a/voice_engine/voe_base_impl.h
|
| +++ b/voice_engine/voe_base_impl.h
|
| @@ -104,7 +104,6 @@ class VoEBaseImpl : public VoEBase,
|
| // Initialize channel by setting Engine Information then initializing
|
| // channel.
|
| int InitializeChannel(voe::ChannelOwner* channel_owner);
|
| - rtc::CriticalSection callbackCritSect_;
|
| rtc::scoped_refptr<AudioDecoderFactory> decoder_factory_;
|
|
|
| AudioFrame audioFrame_;
|
|
|