diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-09-02 22:14:42 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-09-04 10:16:46 +0300 |
commit | 4cc0edb189c4deaa205f986d20a6959aa83fb25c (patch) | |
tree | 29b94ccfddb625e664ddf072a4351745240cc597 /indra/newview | |
parent | 57ab1a410f9cb3534bb403e034743505758579d8 (diff) |
viewer#2411 Cleanup
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llhudnametag.h | 4 |
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; } |