summaryrefslogtreecommitdiff
path: root/indra/newview/pipeline.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/pipeline.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/pipeline.h')
-rw-r--r--indra/newview/pipeline.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/pipeline.h b/indra/newview/pipeline.h
index fe0683d29f..75edb6b1ef 100644
--- a/indra/newview/pipeline.h
+++ b/indra/newview/pipeline.h
@@ -244,7 +244,6 @@ public:
void renderHighlights();
void renderDebug();
- void renderForSelect(std::set<LLViewerObject*>& objects, BOOL render_transparent, const LLRect& screen_rect);
void rebuildPools(); // Rebuild pools
void findReferences(LLDrawable *drawablep); // Find the lists which have references to this object
@@ -711,7 +710,6 @@ void render_bbox(const LLVector3 &min, const LLVector3 &max);
void render_hud_elements();
extern LLPipeline gPipeline;
-extern BOOL gRenderForSelect;
extern BOOL gDebugPipeline;
extern const LLMatrix4* gGLLastMatrix;