summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llhudnametag.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llhudnametag.h b/indra/newview/llhudnametag.h
index 0a882ac273..b48a606982 100644
--- a/indra/newview/llhudnametag.h
+++ b/indra/newview/llhudnametag.h
@@ -59,9 +59,7 @@ protected:
: mColor(color),
mStyle(style),
mText(text),
- mFont(font),
- mFontBufferLabel(false),
- mFontBufferText(false)
+ mFont(font)
{}
F32 getWidth(const LLFontGL* font);
const LLWString& getText() const { return mText; }