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 f5b0bf3f1942b3071e5de123df806c5812c20ee4..338eb36700de4857b336dc24b05a6961f3978ecb 100644 |
--- a/webrtc/voice_engine/test/auto_test/voe_standard_test.h |
+++ b/webrtc/voice_engine/test/auto_test/voe_standard_test.h |
@@ -33,14 +33,12 @@ class SubAPIManager { |
_codec(false), |
_file(false), |
_hardware(false), |
- _netEqStats(false), |
_network(false), |
_rtp_rtcp(false), |
_apm(false) { |
_codec = true; |
_file = true; |
_hardware = true; |
- _netEqStats = true; |
_network = true; |
_rtp_rtcp = true; |
_apm = true; |
@@ -51,7 +49,7 @@ class SubAPIManager { |
private: |
bool _base, _codec; |
bool _file, _hardware; |
- bool _netEqStats, _network, _rtp_rtcp, _apm; |
+ bool _network, _rtp_rtcp, _apm; |
}; |
} // namespace voetest |