From 39e5259e034e1251a857778baef83efcf75222a4 Mon Sep 17 00:00:00 2001 From: Andrew Meadows Date: Wed, 28 Jun 2017 16:01:12 -0700 Subject: [PATCH] remove unused variable --- libraries/entities/src/MovingEntitiesOperator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/entities/src/MovingEntitiesOperator.cpp b/libraries/entities/src/MovingEntitiesOperator.cpp index b9d5b681f6..42e5a2ece5 100644 --- a/libraries/entities/src/MovingEntitiesOperator.cpp +++ b/libraries/entities/src/MovingEntitiesOperator.cpp @@ -193,7 +193,6 @@ bool MovingEntitiesOperator::preRecursion(const OctreeElementPointer& element) { // If this element is the best fit for the new bounds of this entity then add the entity to the element if (!details.newFound && entityTreeElement->bestFitBounds(details.newCube)) { - EntityItemID entityItemID = details.entity->getEntityItemID(); // remove from the old before adding EntityTreeElementPointer oldElement = details.entity->getElement(); if (oldElement != entityTreeElement) {