mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 10:43:45 +02:00
removed dead code
This commit is contained in:
parent
f581b58fbc
commit
436f70ab5d
1 changed files with 0 additions and 1 deletions
|
@ -411,7 +411,6 @@ Node* NodeList::addOrUpdateNode(sockaddr* publicSocket, sockaddr* localSocket, c
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
if (node->getType() == NODE_TYPE_AUDIO_MIXER ||
|
if (node->getType() == NODE_TYPE_AUDIO_MIXER ||
|
||||||
//node->getType() == NODE_TYPE_ANIMATION_SERVER ||
|
|
||||||
node->getType() == NODE_TYPE_VOXEL_SERVER) {
|
node->getType() == NODE_TYPE_VOXEL_SERVER) {
|
||||||
// until the Audio class also uses our nodeList, we need to update
|
// until the Audio class also uses our nodeList, we need to update
|
||||||
// the lastRecvTimeUsecs for the audio mixer so it doesn't get killed and re-added continously
|
// the lastRecvTimeUsecs for the audio mixer so it doesn't get killed and re-added continously
|
||||||
|
|
Loading…
Reference in a new issue