mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:57:59 +02:00
removed unused var
This commit is contained in:
parent
81fa5ed41f
commit
047c4dff65
1 changed files with 1 additions and 2 deletions
|
@ -637,7 +637,6 @@ void AudioMixer::run() {
|
||||||
_lastPerSecondCallbackTime = now;
|
_lastPerSecondCallbackTime = now;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool streamStatsPrinted = false;
|
|
||||||
foreach (const SharedNodePointer& node, nodeList->getNodeHash()) {
|
foreach (const SharedNodePointer& node, nodeList->getNodeHash()) {
|
||||||
if (node->getLinkedData()) {
|
if (node->getLinkedData()) {
|
||||||
AudioMixerClientData* nodeData = (AudioMixerClientData*)node->getLinkedData();
|
AudioMixerClientData* nodeData = (AudioMixerClientData*)node->getLinkedData();
|
||||||
|
|
Loading…
Reference in a new issue