diff options
author | Merov Linden <merov@lindenlab.com> | 2010-11-10 22:39:11 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2010-11-10 22:39:11 -0800 |
commit | 0e07758b540374aa421d2938ce5ed13e2b9eefe4 (patch) | |
tree | 145600f9494489b686e13b53edc7f10d75afa0e3 /indra/newview/llhudicon.cpp | |
parent | 4bbe823302427a705ea541d968f6058571a13c2f (diff) | |
parent | 61fbc02deb08c1a69b8c24498fe559359496ac91 (diff) |
merge with STORM-105 and viewer-development
Diffstat (limited to 'indra/newview/llhudicon.cpp')
-rw-r--r-- | indra/newview/llhudicon.cpp | 5 |
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) |