summaryrefslogtreecommitdiff
path: root/indra/newview/llhudnametag.h
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-03-09 15:23:16 -0800
committerJames Cook <james@lindenlab.com>2010-03-09 15:23:16 -0800
commit7337b4b05bf2218796742a0ee1ddb0fdf27236c4 (patch)
tree99d0b69543b1d6db632436465c6ce3585d403df1 /indra/newview/llhudnametag.h
parent717a4800f1ae0ae6ea0bbe9ed0af21c7851f5d0a (diff)
More harmonization of LLHUDNameTag vs. LLHUDText
Eliminating now-unused code from LLHUDText
Diffstat (limited to 'indra/newview/llhudnametag.h')
-rw-r--r--indra/newview/llhudnametag.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llhudnametag.h b/indra/newview/llhudnametag.h
index 56b17bef6b..0b741057e5 100644
--- a/indra/newview/llhudnametag.h
+++ b/indra/newview/llhudnametag.h
@@ -104,8 +104,6 @@ public:
void setLabel(const std::string& label_utf8);
void addLabel(const std::string& label_utf8);
- void setDropShadow(const BOOL do_shadow);
-
// Sets the default font for lines with no font specified
void setFont(const LLFontGL* font);
void setColor(const LLColor4 &color);
@@ -152,8 +150,6 @@ protected:
private:
~LLHUDNameTag();
- //BOOL mUseBubble; always true
- BOOL mDropShadow;
BOOL mDoFade;
F32 mFadeRange;
F32 mFadeDistance;