diff options
author | Graham Linden <graham@lindenlab.com> | 2013-07-02 13:16:23 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2013-07-02 13:16:23 -0700 |
commit | c262ef58fab4dcbe8d891f9acba285ddc2c296db (patch) | |
tree | e044bc5b2c41554a88c48982f172fb524f1c44b2 /indra/newview/llpanelvolume.cpp | |
parent | f1c04467f70ce7e5a048614fa7db631cd3a35a00 (diff) |
NORSPEC-292 remove unnecessary call to setIsLight
Diffstat (limited to 'indra/newview/llpanelvolume.cpp')
-rwxr-xr-x | indra/newview/llpanelvolume.cpp | 1 |
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); } } |