| Index: webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.cc
|
| diff --git a/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.cc b/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.cc
|
| index fc28bcdebbb91310c26cf0db9d3a747291e43658..381893f788972ea444298ce0958f29685bec12be 100644
|
| --- a/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.cc
|
| +++ b/webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.cc
|
| @@ -19,7 +19,6 @@ BeforeInitializationFixture::BeforeInitializationFixture()
|
| voe_base_ = webrtc::VoEBase::GetInterface(voice_engine_);
|
| voe_codec_ = webrtc::VoECodec::GetInterface(voice_engine_);
|
| voe_volume_control_ = webrtc::VoEVolumeControl::GetInterface(voice_engine_);
|
| - voe_dtmf_ = webrtc::VoEDtmf::GetInterface(voice_engine_);
|
| voe_rtp_rtcp_ = webrtc::VoERTP_RTCP::GetInterface(voice_engine_);
|
| voe_apm_ = webrtc::VoEAudioProcessing::GetInterface(voice_engine_);
|
| voe_network_ = webrtc::VoENetwork::GetInterface(voice_engine_);
|
| @@ -34,7 +33,6 @@ BeforeInitializationFixture::~BeforeInitializationFixture() {
|
| voe_base_->Release();
|
| voe_codec_->Release();
|
| voe_volume_control_->Release();
|
| - voe_dtmf_->Release();
|
| voe_rtp_rtcp_->Release();
|
| voe_apm_->Release();
|
| voe_network_->Release();
|
|
|