Remove unused variable from mixer module.

R=henrike@webrtc.org
BUG=coverity-10288

Review URL: http://webrtc-codereview.appspot.com/344010

git-svn-id: http://webrtc.googlecode.com/svn/trunk@1424 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2012-01-13 17:54:57 +00:00
parent 5f9a7baaea
commit ee3fe5b982

View File

@ -153,8 +153,6 @@ private:
bool LimitMixedAudio(AudioFrame& mixedAudio);
bool _initialized;
// Scratch memory
// Note that the scratch memory may only be touched in the scope of
// Process().