From 220232312dc8cb7a45b6dc65732068b1d4f05fec Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Tue, 18 Mar 2014 16:06:20 -0700 Subject: [PATCH] remove unused variables --- assignment-client/src/octree/OctreeSendThread.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/assignment-client/src/octree/OctreeSendThread.cpp b/assignment-client/src/octree/OctreeSendThread.cpp index 6cd5d65340..2490640952 100644 --- a/assignment-client/src/octree/OctreeSendThread.cpp +++ b/assignment-client/src/octree/OctreeSendThread.cpp @@ -227,8 +227,6 @@ int OctreeSendThread::handlePacketSend(const SharedNodePointer& node, OctreeQuer /// Version of voxel distributor that sends the deepest LOD level at once int OctreeSendThread::packetDistributor(const SharedNodePointer& node, OctreeQueryNode* nodeData, bool viewFrustumChanged) { - bool forceDebugging = false; - int truePacketsSent = 0; int trueBytesSent = 0; int packetsSentThisInterval = 0; @@ -267,7 +265,6 @@ int OctreeSendThread::packetDistributor(const SharedNodePointer& node, OctreeQue // If the current view frustum has changed OR we have nothing to send, then search against // the current view frustum for things to send. if (viewFrustumChanged || nodeData->nodeBag.isEmpty()) { - quint64 now = usecTimestampNow(); // if our view has changed, we need to reset these things... if (viewFrustumChanged) {