diff options
Diffstat (limited to 'indra/newview/llmanip.cpp')
| -rw-r--r-- | indra/newview/llmanip.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llmanip.cpp b/indra/newview/llmanip.cpp index 0d617753c8..3fdf7bd925 100644 --- a/indra/newview/llmanip.cpp +++ b/indra/newview/llmanip.cpp @@ -574,9 +574,6 @@ void LLManip::renderTickValue(const LLVector3& pos, F32 value, const std::string              gGL.scalef(inv_zoom_amt, inv_zoom_amt, inv_zoom_amt);          } -        LLColor4 shadow_color = LLColor4::black; -        shadow_color.mV[VALPHA] = color.mV[VALPHA] * 0.5f; -          if (fractional_portion != 0)          {              fraction_string = llformat("%c%02d%s", LLResMgr::getInstance()->getDecimalPoint(), fractional_portion, suffix.c_str());  | 
