summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorJonathan Wolk <none@none>2010-09-22 11:22:50 -0700
committerJonathan Wolk <none@none>2010-09-22 11:22:50 -0700
commit6d8e9cd8bde57bd033beeb9610f7094c19655ed1 (patch)
treed38cd5c10b0305b7c3339cd8a626d4ff278200c1 /indra/newview
parentc20400a4c9679bca7a467358afd7b21c8f257c67 (diff)
Commenting out unused variables to help mac build
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llvovolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index 96dfcae292..4ef050e71f 100755
--- a/indra/newview/llvovolume.cpp
+++ b/indra/newview/llvovolume.cpp
@@ -1356,7 +1356,7 @@ BOOL LLVOVolume::genBBoxes(BOOL force_global)
BOOL rebuild = mDrawable->isState(LLDrawable::REBUILD_VOLUME | LLDrawable::REBUILD_POSITION | LLDrawable::REBUILD_RIGGED);
- bool rigged = false;
+// bool rigged = false;
LLVolume* volume = mRiggedVolume;
if (!volume)
{