removed unused var

This commit is contained in:
wangyix 2014-08-13 17:05:53 -07:00
parent 81fa5ed41f
commit 047c4dff65

View file

@ -636,8 +636,7 @@ void AudioMixer::run() {
perSecondActions();
_lastPerSecondCallbackTime = now;
}
bool streamStatsPrinted = false;
foreach (const SharedNodePointer& node, nodeList->getNodeHash()) {
if (node->getLinkedData()) {
AudioMixerClientData* nodeData = (AudioMixerClientData*)node->getLinkedData();