summaryrefslogtreecommitdiff
path: root/indra/newview/llhudtext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llhudtext.cpp')
-rw-r--r--indra/newview/llhudtext.cpp6
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;