Index: webrtc/voice_engine/test/auto_test/voe_standard_test.h |
diff --git a/webrtc/voice_engine/test/auto_test/voe_standard_test.h b/webrtc/voice_engine/test/auto_test/voe_standard_test.h |
index 5370ba469f42695486476f4f0234643c363dd095..f5b0bf3f1942b3071e5de123df806c5812c20ee4 100644 |
--- a/webrtc/voice_engine/test/auto_test/voe_standard_test.h |
+++ b/webrtc/voice_engine/test/auto_test/voe_standard_test.h |
@@ -36,7 +36,6 @@ class SubAPIManager { |
_netEqStats(false), |
_network(false), |
_rtp_rtcp(false), |
- _volumeControl(false), |
_apm(false) { |
_codec = true; |
_file = true; |
@@ -44,7 +43,6 @@ class SubAPIManager { |
_netEqStats = true; |
_network = true; |
_rtp_rtcp = true; |
- _volumeControl = true; |
_apm = true; |
} |
@@ -53,7 +51,7 @@ class SubAPIManager { |
private: |
bool _base, _codec; |
bool _file, _hardware; |
- bool _netEqStats, _network, _rtp_rtcp, _volumeControl, _apm; |
+ bool _netEqStats, _network, _rtp_rtcp, _apm; |
}; |
} // namespace voetest |