summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-10-04 16:39:26 -0700
committerRichard Nelson <none@none>2010-10-04 16:39:26 -0700
commit35ed07f66381f74e7ce58947c33b61614ffe52e0 (patch)
treebdccfcbdbe4144849dca854fea6b18cdd35b8c39
parent89efb318141bb504597e525f186ea1a43502eac4 (diff)
parent6e471d395fdec324164469e54613ae9bf30e1e9f (diff)
merge
-rw-r--r--indra/newview/llhudtext.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llhudtext.cpp b/indra/newview/llhudtext.cpp
index 96638018c4..99a0da8b01 100644
--- a/indra/newview/llhudtext.cpp
+++ b/indra/newview/llhudtext.cpp
@@ -326,9 +326,6 @@ void LLHUDText::renderText(BOOL for_select)
mRadius = (width_vec + height_vec).magVec() * 0.5f;
- LLCoordGL screen_pos;
- LLViewerCamera::getInstance()->projectPosAgentToScreen(mPositionAgent, screen_pos, FALSE);
-
LLVector2 screen_offset;
if (!mUseBubble)
{