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 6109603b28f7b68d8d5e6b987024534dcd878c76..5370ba469f42695486476f4f0234643c363dd095 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), |
- _videoSync(false), |
_volumeControl(false), |
_apm(false) { |
_codec = true; |
@@ -45,7 +44,6 @@ class SubAPIManager { |
_netEqStats = true; |
_network = true; |
_rtp_rtcp = true; |
- _videoSync = true; |
_volumeControl = true; |
_apm = true; |
} |
@@ -55,7 +53,7 @@ class SubAPIManager { |
private: |
bool _base, _codec; |
bool _file, _hardware; |
- bool _netEqStats, _network, _rtp_rtcp, _videoSync, _volumeControl, _apm; |
+ bool _netEqStats, _network, _rtp_rtcp, _volumeControl, _apm; |
}; |
} // namespace voetest |