Remove unnecessary fields from VoE SharedData.

BUG=webrtc:4690

Review URL: https://codereview.webrtc.org/1304933008

Cr-Commit-Position: refs/heads/master@{#9882}
This commit is contained in:
solenberg
2015-09-08 02:16:04 -07:00
committed by Commit bot
parent 746210f46d
commit e313e02783
5 changed files with 31 additions and 57 deletions

View File

@ -29,9 +29,7 @@ SharedData::SharedData(const Config& config) :
_channelManager(_gInstanceCounter, config),
_engineStatistics(_gInstanceCounter),
_audioDevicePtr(NULL),
_moduleProcessThreadPtr(ProcessThread::Create()),
_externalRecording(false),
_externalPlayout(false)
_moduleProcessThreadPtr(ProcessThread::Create())
{
Trace::CreateTrace();
if (OutputMixer::Create(_outputMixerPtr, _gInstanceCounter) == 0)