diff options
author | Oz Linden <oz@lindenlab.com> | 2010-11-11 09:22:56 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2010-11-11 09:22:56 -0500 |
commit | fc22e2cf5bfc97caaf1ad69814b7dd217cbafef0 (patch) | |
tree | 8ac101cbfb2b3a47dff9cc4b33b95013feba3c66 /indra/newview/llhudicon.cpp | |
parent | 024e5ff23542cf0604b73901311bb4d024957b1c (diff) | |
parent | ee8df375449e97476408417ec6dea0d6a8853d73 (diff) |
merge fix for STORM-559
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) |