summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorGraham Linden <graham@lindenlab.com>2013-07-02 13:16:23 -0700
committerGraham Linden <graham@lindenlab.com>2013-07-02 13:16:23 -0700
commitc262ef58fab4dcbe8d891f9acba285ddc2c296db (patch)
treee044bc5b2c41554a88c48982f172fb524f1c44b2 /indra/newview
parentf1c04467f70ce7e5a048614fa7db631cd3a35a00 (diff)
NORSPEC-292 remove unnecessary call to setIsLight
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llpanelvolume.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llpanelvolume.cpp b/indra/newview/llpanelvolume.cpp
index 0b501f6a74..a1d60b5b16 100755
--- a/indra/newview/llpanelvolume.cpp
+++ b/indra/newview/llpanelvolume.cpp
@@ -723,7 +723,6 @@ void LLPanelVolume::onLightCancelTexture(const LLSD& data)
// NORSPEC-292
//
volobjp->setLightTextureID(LLUUID::null);
- volobjp->setIsLight(TRUE,TRUE);
}
}