Fixing the linux warning for unused variable

This commit is contained in:
samcake 2016-03-11 00:27:56 -08:00
parent 24d712b7b4
commit 729890342e

View file

@ -422,7 +422,6 @@ int Octree::select(CellSelection& selection, const FrustumSelector& selector) co
Index cellID = ROOT_CELL;
auto cell = getConcreteCell(cellID);
auto cellLocation = cell.getlocation();
int numSelectedsIn = (int)selection.size();
// Always include the root cell partially containing potentially outer objects