summaryrefslogtreecommitdiff
path: root/indra/newview/llhudicon.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2010-11-09 19:40:58 -0500
committerOz Linden <oz@lindenlab.com>2010-11-09 19:40:58 -0500
commita942a64b89f26fb2eda0aa6543856a35aa07e0c5 (patch)
treeaaa76bb6fedd4f9cbadf2edf119fc10c5a15419d /indra/newview/llhudicon.cpp
parentd87d73e253e377141c97b907355f116bfb8fac46 (diff)
parent54bf5d9de7e44a81ef86a420cfa285fdd9227abb (diff)
merge fixes for STORM-546
Diffstat (limited to 'indra/newview/llhudicon.cpp')
-rw-r--r--indra/newview/llhudicon.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llhudicon.cpp b/indra/newview/llhudicon.cpp
index aea8c5928b..568b0ae585 100644
--- a/indra/newview/llhudicon.cpp
+++ b/indra/newview/llhudicon.cpp
@@ -201,11 +201,6 @@ void LLHUDIcon::render()
renderIcon(FALSE);
}
-void LLHUDIcon::renderForSelect()
-{
- renderIcon(TRUE);
-}
-
BOOL LLHUDIcon::lineSegmentIntersect(const LLVector3& start, const LLVector3& end, LLVector3* intersection)
{
if (mHidden)