From 436f70ab5dac6abc6ff6ecc3da14d70f0bdec36d Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Tue, 20 Aug 2013 11:12:22 -0700 Subject: [PATCH] removed dead code --- libraries/shared/src/NodeList.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/shared/src/NodeList.cpp b/libraries/shared/src/NodeList.cpp index 7892a4aece..8850d34e87 100644 --- a/libraries/shared/src/NodeList.cpp +++ b/libraries/shared/src/NodeList.cpp @@ -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