Chromium Code Reviews

Unified Diff: webrtc/voice_engine/shared_data.cc

Issue 2753753004: Remove VoEHardware interface. (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: webrtc/voice_engine/shared_data.cc
diff --git a/webrtc/voice_engine/shared_data.cc b/webrtc/voice_engine/shared_data.cc
index 41e261bd58c773d344514520782b664069512ac9..57a1a59b0de3d9515c95bb5cfa48ee625d1b3184 100644
--- a/webrtc/voice_engine/shared_data.cc
+++ b/webrtc/voice_engine/shared_data.cc
@@ -40,7 +40,6 @@ SharedData::SharedData()
_engineStatistics,
_channelManager);
}
- _audioDeviceLayer = AudioDeviceModule::kPlatformDefaultAudio;
}
SharedData::~SharedData()
« no previous file with comments | « webrtc/voice_engine/shared_data.h ('k') | webrtc/voice_engine/test/auto_test/fixtures/before_initialization_fixture.h » ('j') | no next file with comments »

Powered by Google App Engine