mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
removed unused var
This commit is contained in:
parent
81fa5ed41f
commit
047c4dff65
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue