diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-10-17 16:12:37 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-10-17 16:12:37 -0400 |
commit | dba221e0ac89b1505ddd3b896946286d5d1cf3d8 (patch) | |
tree | 0b5126336f5653cbb73bc8e8b95b595d0f4ada9a /indra/llappearance | |
parent | 51cb1bb45ec3d3befc4756aaa2536d4224919734 (diff) |
SH-4160 WIP, build fix
Diffstat (limited to 'indra/llappearance')
-rwxr-xr-x | indra/llappearance/lltexlayerparams.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llappearance/lltexlayerparams.cpp b/indra/llappearance/lltexlayerparams.cpp index 5e9d9a658b..36147f01e0 100755 --- a/indra/llappearance/lltexlayerparams.cpp +++ b/indra/llappearance/lltexlayerparams.cpp @@ -456,7 +456,6 @@ void LLTexLayerParamColor::setWeight(F32 weight) return; } - const LLTexLayerParamColorInfo *info = (LLTexLayerParamColorInfo *)getInfo(); F32 min_weight = getMinWeight(); F32 max_weight = getMaxWeight(); F32 new_weight = llclamp(weight, min_weight, max_weight); |