summaryrefslogtreecommitdiff
path: root/indra/newview/llhudtext.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-10-10 15:25:11 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-10-10 15:25:11 +0100
commit393c819477b268aa0a05ec0a006e1dba27d6e6c6 (patch)
tree2516b6f114fd739e2aa59670d77d217264f00de5 /indra/newview/llhudtext.h
parent48c2b2496d3ed6aeeebb0bc8950725f8ef7e305f (diff)
VWR-21967 There's lots of ::renderForSelect() code that we don't need any more.
VWR-22088 Remove underlying ::renderForSelect() code (render-pipeline)
Diffstat (limited to 'indra/newview/llhudtext.h')
-rw-r--r--indra/newview/llhudtext.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llhudtext.h b/indra/newview/llhudtext.h
index 4f4ee55a61..637e2c930f 100644
--- a/indra/newview/llhudtext.h
+++ b/indra/newview/llhudtext.h
@@ -129,8 +129,7 @@ protected:
LLHUDText(const U8 type);
/*virtual*/ void render();
- /*virtual*/ void renderForSelect();
- void renderText(BOOL for_select);
+ void renderText();
static void updateAll();
void setLOD(S32 lod);
S32 getMaxLines();