summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-12-20 14:41:46 -0500
committerOz Linden <oz@lindenlab.com>2016-12-20 14:41:46 -0500
commitc20e57c48f957ef13d259e54de908153ac996ca7 (patch)
tree458c01840ccb6e8ba1e5e6d8995caa1697350b91 /indra/newview
parent498ffa1acee1b59e8e2e1e57a3e1640f7b368168 (diff)
move debugging globals to the "lowest" library they are referenced in
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llspatialpartition.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llspatialpartition.cpp b/indra/newview/llspatialpartition.cpp
index 0fd36766b3..94b838e829 100644
--- a/indra/newview/llspatialpartition.cpp
+++ b/indra/newview/llspatialpartition.cpp
@@ -61,9 +61,6 @@ extern bool gShiftFrame;
static U32 sZombieGroups = 0;
U32 LLSpatialGroup::sNodeCount = 0;
-U32 gOctreeMaxCapacity;
-F32 gOctreeMinSize;
-
BOOL LLSpatialGroup::sNoDelete = FALSE;
static F32 sLastMaxTexPriority = 1.f;