diff options
author | James Cook <james@lindenlab.com> | 2010-02-10 12:04:03 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-02-10 12:04:03 -0800 |
commit | 644c5cadbf8a0ab3ea7c2137e8819220a010c93f (patch) | |
tree | 1a1649fda54917a22dea5b4fa8bd1a9500a9f952 /indra/newview/llhudtext.cpp | |
parent | f3e4bd08c83714eac6a27cd73c3ac29f36800d37 (diff) |
Name tags of friends appear in green.
Refactored LLVOAvatar idleUpdateNameTag into smaller functions
Eliminated unused LLHUDText::setUsePixelSize
Diffstat (limited to 'indra/newview/llhudtext.cpp')
-rw-r--r-- | indra/newview/llhudtext.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llhudtext.cpp b/indra/newview/llhudtext.cpp index 8ad94b957d..53fc176268 100644 --- a/indra/newview/llhudtext.cpp +++ b/indra/newview/llhudtext.cpp @@ -87,7 +87,6 @@ bool lltextobject_further_away::operator()(const LLPointer<LLHUDText>& lhs, cons LLHUDText::LLHUDText(const U8 type) : LLHUDObject(type), mUseBubble(FALSE), - mUsePixelSize(TRUE), mVisibleOffScreen(FALSE), mWidth(0.f), mHeight(0.f), @@ -679,11 +678,6 @@ void LLHUDText::setColor(const LLColor4 &color) } -void LLHUDText::setUsePixelSize(const BOOL use_pixel_size) -{ - mUsePixelSize = use_pixel_size; -} - void LLHUDText::setDoFade(const BOOL do_fade) { mDoFade = do_fade; |