removed dead code

This commit is contained in:
ZappoMan 2013-08-20 11:12:22 -07:00
parent f581b58fbc
commit 436f70ab5d

View file

@ -411,7 +411,6 @@ Node* NodeList::addOrUpdateNode(sockaddr* publicSocket, sockaddr* localSocket, c
} else {
if (node->getType() == NODE_TYPE_AUDIO_MIXER ||
//node->getType() == NODE_TYPE_ANIMATION_SERVER ||
node->getType() == NODE_TYPE_VOXEL_SERVER) {
// 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