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:
@ -153,8 +153,6 @@ private:
|
|||||||
|
|
||||||
bool LimitMixedAudio(AudioFrame& mixedAudio);
|
bool LimitMixedAudio(AudioFrame& mixedAudio);
|
||||||
|
|
||||||
bool _initialized;
|
|
||||||
|
|
||||||
// Scratch memory
|
// Scratch memory
|
||||||
// Note that the scratch memory may only be touched in the scope of
|
// Note that the scratch memory may only be touched in the scope of
|
||||||
// Process().
|
// Process().
|
||||||
|
Reference in New Issue
Block a user